Skip to content

Commit

Permalink
use '--use_gene_id' and '--phylo' for msa in github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adelme Bazin committed Feb 23, 2021
1 parent 8c1cd38 commit 2d8ee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
cd testingDataset
ppanggolin workflow --cpu 1 --anno organisms.gbff.list --output myannopang
ppanggolin msa --pangenome myannopang/pangenome.h5 --source dna --partition core -o myannopang/ -f
ppanggolin msa --pangenome myannopang/pangenome.h5 --source dna --partition core -o myannopang/ -f --use_gene_id --phylo
ppanggolin msa --pangenome myannopang/pangenome.h5 --partition persistent -o myannopang/ -f --phylo
cd -
## can test the remaining options in 'annotate', 'cluster' (when reading cluster files) and 'align'
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.135
1.1.136

0 comments on commit 2d8ee46

Please sign in to comment.