Skip to content

Commit

Permalink
Fix placement of --use-* flags, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusalkaguy committed Mar 19, 2020
1 parent 061b819 commit f900477
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snakemakeslurm
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ if [ "$RC" != "0" ]; then exit $RC; fi
# SLURM parameters to use when submitting jobs for each rule.
#
$EXEC snakemake \
--latency-wait 45 \
$AUTO_USE_ARGS \
--latency-wait 45 \
--jobs 999 \
$CCONFIGS \
--cluster "sbatch $AUTO_USE_ARGS $SM_ARGS" \
--cluster "sbatch $SM_ARGS" \
$*

0 comments on commit f900477

Please sign in to comment.