Skip to content

Commit

Permalink
running dot with env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrunic committed Dec 5, 2024
1 parent 36309bd commit 4041e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Generate workflow image artifact
run: |
micromamba activate protein-runway
snakemake --dag 03_output/5vde_example.segmentation.tsv | dot -Tsvg > dag.svg
micromamba run -n protein-runway snakemake --dag 03_output/5vde_example.segmentation.tsv | micromamba run -n protein-runway dot -Tsvg > dag.svg
- uses: actions/upload-artifact@v4
with:
name: dependency-graph
Expand Down

0 comments on commit 4041e12

Please sign in to comment.