Skip to content

Commit 9009cc2

Browse files
committed
500M headjob
1 parent b2d8cb2 commit 9009cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BALSAMIC/models/sbatchsubmitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _build_sbatch_header(self) -> str:
7171
f"#SBATCH --output={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.out",
7272
f"#SBATCH --error={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.err",
7373
"#SBATCH --ntasks=1",
74-
"#SBATCH --mem=5G",
74+
"#SBATCH --mem=500M",
7575
f"#SBATCH --time={self.max_run_hours}:00:00",
7676
f"#SBATCH --qos={self.qos}",
7777
"#SBATCH --cpus-per-task=1",

0 commit comments

Comments
 (0)