use cores not jobs
This commit is contained in:
parent
c86d6ad02e
commit
f0ec2f9013
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
if [[ "$*" == *"-j"* || "$*" == *"--jobs"* || "$*" == *"--cores"* ]]; then
|
||||
snakemake $@
|
||||
else
|
||||
snakemake -j all $@
|
||||
snakemake --cores all $@
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue