-
Notifications
You must be signed in to change notification settings - Fork 0
Snakemake
Muhammad Arif edited this page Mar 22, 2018
·
1 revision
- Workflow management
- We can set multiple rules and it can run in sequence
- If error, we don;t need to run from the beginning again, but from the middle (in contrast to bash script)
- we can generate graph to see the pipeline (rule combination) ** WE can see if the dependencies are older than the result etc to be sure that it works fine