Wytamma / snk

Snakemake workflow management system and CLI generation tool
https://snk.wytamma.com
MIT License
31 stars 2 forks source link

filter output of --dag #43

Closed Wytamma closed 12 months ago

Wytamma commented 1 year ago

make sure only the --dag is returned and not other print statements etc. You could match on digraph snakemake_dag { ... }

Wytamma commented 12 months ago

Solved in 1cb76c8