Snakefile: correct indent
This commit is contained in:
parent
6763dbaacc
commit
d4d517ffab
10
Snakefile
10
Snakefile
@ -76,8 +76,8 @@ rule dag:
|
||||
png=RESOURCES + "dag.png"
|
||||
conda: "envs/environment.yaml"
|
||||
shell:
|
||||
"""
|
||||
snakemake --rulegraph all | sed -n "/digraph/,\$p" > {output.dot}
|
||||
dot -Tpdf -o {output.pdf} {output.dot}
|
||||
dot -Tpng -o {output.png} {output.dot}
|
||||
"""
|
||||
"""
|
||||
snakemake --rulegraph all | sed -n "/digraph/,\$p" > {output.dot}
|
||||
dot -Tpdf -o {output.pdf} {output.dot}
|
||||
dot -Tpng -o {output.png} {output.dot}
|
||||
"""
|
Loading…
Reference in New Issue
Block a user