Skip to content

Commit

Permalink
Update piranha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh authored Jan 31, 2025
1 parent 1a62c7e commit 61f65c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/piranha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: piranha --version
- name: Run piranha with test data
run: piranha -i piranha/test/pak_run/demultiplexed --verbose -b piranha/test/pak_run/barcodes01.csv -t 2 2>&1 | tee piranha.log
- name: Run piranha with minimap2 option
run: piranha -i piranha/test/pak_run/demultiplexed --verbose -b piranha/test/pak_run/barcodes01.csv -mo x=map-ont k=8 -t 2 2>&1 | tee piranha.log
- name: Run piranha in phylo mode
run: piranha -i piranha/test/pak_run/demultiplexed --verbose -b piranha/test/pak_run/barcodes.csv -t 2 -rp -ud -sd piranha/test/supp_data 2>&1 | tee piranha_phylo.log
- name: Run piranha in haplo mode
Expand Down

0 comments on commit 61f65c2

Please sign in to comment.