We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d8cb2 commit 9009cc2Copy full SHA for 9009cc2
BALSAMIC/models/sbatchsubmitter.py
@@ -71,7 +71,7 @@ def _build_sbatch_header(self) -> str:
71
f"#SBATCH --output={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.out",
72
f"#SBATCH --error={self.log_path}/BALSAMIC_snakemake_submit.{self.case_id}.%j.err",
73
"#SBATCH --ntasks=1",
74
- "#SBATCH --mem=5G",
+ "#SBATCH --mem=500M",
75
f"#SBATCH --time={self.max_run_hours}:00:00",
76
f"#SBATCH --qos={self.qos}",
77
"#SBATCH --cpus-per-task=1",
0 commit comments