Skip to content

Commit

Permalink
Update snakemake-hello-world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yetulaxman authored Jan 30, 2024
1 parent b6d222f commit 2548d88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _hands-on/day4/snakemake-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,4 @@ snakemake --cluster-config cluster.yaml \
snakemake --dag | dot -Tpng > dag.png # Generate directed acyclic graph
```

### Good to know
- {input} and {output} are placeholders - Snakemake will replace them with appropriate values
- One can use {name} as wildcards (just as * pattern)

### Fix/caveates (WIP)
1. Deprecated option --cluster-config to customize job resources
2. Scale up with caution. Check slurm options [here](https://github.com/Snakemake-Profiles/slurm)

0 comments on commit 2548d88

Please sign in to comment.