Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yangao07 committed Apr 21, 2024
1 parent 769821f commit 1e3d594
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/linux-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
run: make

- name: Run Test Data
run: ./bin/abpoa ./test_data/test.fa; \
./bin/abpoa ./test_data/heter.fa -d2; \
./bin/abpoa ./test_data/seq.fa -a1; \
./bin/abpoa ./test_data/seq.fa -r5 -a1; \
./bin/abpoa ./test_data./heter.fq -d2 -Q \
./bin/abpoa ./test_data./heter.fq -d2 -Q -a1
run: |
./bin/abpoa ./test_data/test.fa
./bin/abpoa ./test_data/heter.fa -d2
./bin/abpoa ./test_data/seq.fa -a1
./bin/abpoa ./test_data/seq.fa -r5 -a1
./bin/abpoa ./test_data./heter.fq -d2 -Q
./bin/abpoa ./test_data./heter.fq -d2 -Q -a1

0 comments on commit 1e3d594

Please sign in to comment.