Skip to content

Commit

Permalink
fix issue with images not placed
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande committed Jun 9, 2020
1 parent d4b79ab commit d421ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/gen_dags
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ for f in seq2science/workflows/*; do
(
if [ -d "$f" ]; then
cd "$dir/$f"
snakemake --quiet --rulegraph | dot -Tpng -Gbgcolor=transparent -Gdpi=600 > "$dir/docs/resources/$(basename $f).png"
snakemake --configfile config.yaml --config rule_dir="${dir}/seq2science/rules" --quiet --rulegraph | dot -Tpng -Gbgcolor=transparent -Gdpi=600 > "$dir/docs/resources/$(basename $f).png"
fi
)
done

0 comments on commit d421ce6

Please sign in to comment.