Skip to content

Commit

Permalink
nproc
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Dec 1, 2021
1 parent 29be283 commit 190f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ check_db () {
check_disk_space
pip3 install -e '.[vectors]'
check_db
snakemake --resources 'ram=30' -j 2 $@
snakemake --resources 'ram=30' -j$(nproc) $@

0 comments on commit 190f66f

Please sign in to comment.