Skip to content

Commit

Permalink
Merge pull request #510 from broadinstitute/ct-update-snakemake
Browse files Browse the repository at this point in the history
Update snakemake to 3.8.2
  • Loading branch information
tomkinsc committed Sep 25, 2016
2 parents 8839a5c + 73fb9ca commit a090edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipes/Broad_UGER/run-pipe.sh
Expand Up @@ -24,7 +24,8 @@ source activate "$CONDAENVDIR"
# invoke Snakemake in cluster mode with custom wrapper scripts
snakemake --timestamp --rerun-incomplete --keep-going --nolock \
--jobs 90 --immediate-submit \
--latency-wait 60 \
--force-use-threads \
--latency-wait 60 \
--config mode=UGER \
--directory . \
--jobscript "$BINDIR/pipes/Broad_UGER/jobscript.sh" \
Expand Down
2 changes: 1 addition & 1 deletion requirements-pipes.txt
@@ -1,3 +1,3 @@
boto==2.38.0
snakemake==3.7.1
snakemake==3.8.2
PyYAML==3.11

0 comments on commit a090edd

Please sign in to comment.