Skip to content

Commit

Permalink
bugfix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrunic committed Dec 5, 2024
1 parent d9ad864 commit eb1b6ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Generate filegraph image artifact
run: |
micromamba run -n protein-runway snakemake --filegraph 03_output/5vde_example.segmentation.tsv | micromamba run -n protein-runway dot -Tsvg > filegraph.svg
- uses: actions/upload-artifact@v4
with:
name: workflow-graphs
path: *.svg
name: workflow-graphs
path: *.svg

- name: Run snakemake
run: |
Expand Down

0 comments on commit eb1b6ae

Please sign in to comment.