Skip to content

Commit

Permalink
fix validateTaxonomy syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed May 17, 2024
1 parent d1edbcb commit 8bb39ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validateTaxonomy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ls -lhR Kalamari/share/kalamari-*/taxonomy
- name: validate taxonomy
run: |
perl Kalamari/bin/validateTaxonomy.pl Kalamari/share/kalamari-*/taxonomy/nodes.dmp Kalamari/share/kalamari-*/taxonomy/names.dmp
perl Kalamari/bin/validateTaxonomy.pl Kalamari/share/kalamari-*/taxonomy
- name: matching taxids
run: |
export taxdir=$(\ls -d Kalamari/share/kalamari-*/taxonomy)
Expand Down

0 comments on commit 8bb39ae

Please sign in to comment.