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

typo in diagram rule

parent 09678a53
No related branches found
No related tags found
No related merge requests found
configfile: "config.yaml"
configfile: "workflow/config.yaml"
rule all:
input:
......@@ -25,7 +25,7 @@ rule createDiagrams:
shell:
"""
snakemake --dag |dot -T png > {output.dag}
snakemake --rulegraph |dot -T png > {output.rulegraph}
snakemake --rulegraph |dot -T png > {output.rulegraphe}
"""
include: "rules/preprocessISBP.smk"
......
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