Skip to content

Commit d18bc31

Browse files
committed
add flag to avoid snakemake stall
1 parent 7f3fee5 commit d18bc31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_snakemake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ module load snakemake
371371
module load graphviz
372372
cd \$SLURM_SUBMIT_DIR
373373
snakemake \
374+
--scheduler greedy \
374375
--use-envmodules \
375376
--latency-wait 120 \
376377
-s ${output_dir}/log/${log_time}/00_Snakefile \

0 commit comments

Comments
 (0)