Skip to content
Snippets Groups Projects
Commit 9dd5d6e3 authored by Helene Rimbert's avatar Helene Rimbert
Browse files

Update README.md

parent 587453ca
No related branches found
No related tags found
No related merge requests found
......@@ -175,11 +175,11 @@ You can generate the diagram of all the processes and dependancies of you analys
$ snakemake --dag |dot -T png > dag.png
```
This will generate a PNG file of your diagram.
![dag.png](dag.png)
![dag.png](report/dag.png)
If you simply want the global process of the pipeline, you may run:
```bash
$ snakemake --rulegraph |dot -T png > rulegraph.png
```
This will generate a PNG file of your diagram.
![rulegraph.png](rulegraph.png)
![rulegraph.png](report/rulegraph.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment