Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy authored Aug 28, 2024
1 parent 1b37b70 commit 6994162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Check that PPanGGOLiN is installed
shell: bash -l {0}
run: |
source ppgg/bin/activate
ppanggolin --version
ppanggolin --help
Expand All @@ -100,6 +101,7 @@ jobs:
- name: gbff parsing and MSA computing
shell: bash -l {0}
run: |
source ppgg/bin/activate
cd testingDataset
mkdir info_to_test
ppanggolin workflow --cpu $NUM_CPUS --anno genomes.gbff.list --output myannopang
Expand Down

0 comments on commit 6994162

Please sign in to comment.