Skip to content

Commit

Permalink
Remove unsupported snakemake arg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Oct 24, 2024
1 parent 34f11e9 commit bf7aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ COPY code ./code/
# Open up port 8888
EXPOSE 8888

CMD snakemake -rp -c 1 --configfile config.yml
CMD snakemake -p -c 1 --configfile config.yml

0 comments on commit bf7aef7

Please sign in to comment.