Skip to content

Commit

Permalink
Fix build-graphs env
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Jul 31, 2024
1 parent 8a2d059 commit 0b594a5
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
74 changes: 74 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ data-check = "gh variable list --json name --json value -q '.[] | select(.name |
[feature.build-graphs.dependencies]
snakemake = {version = "8.11.*", channel = "bioconda"}
graphviz = "*"
typer = ">=0.12.3,<0.13"
[feature.build-graphs.tasks]
create-build-graph-dir = "mkdir -p build-graphs"
dag = { cmd = "snakemake --dag | dot -Tsvg > build-graphs/dag.svg", depends-on = ["create-build-graph-dir"] }
Expand Down

0 comments on commit 0b594a5

Please sign in to comment.