Skip to content

Commit

Permalink
Add test for explore
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Apr 15, 2024
1 parent bf5fea5 commit 0492f19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/anglerfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ jobs:
- shell: bash -l {0}
name: Run anglerfish with test data
run: |
anglerfish -s test/samples.csv
anglerfish run -s test/samples.csv
# Run anglerfish explore
- shell: bash -l {0}
name: Run anglerfish explore
run: |
anglerfish explore -f test/BC18_P14351_1001.fastq.gz -o test/explore_output

0 comments on commit 0492f19

Please sign in to comment.