Skip to content

Commit

Permalink
Issue #108 | ignore heading in --db from --list
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Sep 10, 2019
1 parent 336e3b0 commit 8dae7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- "abricate not_exist.embl |& grep ERROR"
- "abricate --threads `nproc` test/assembly.fa.bz2 | grep -i FOSFOMYCIN"
- "abricate --threads `nproc` test/assembly.fa.bz2 | grep -i lactam"
- "for DB in `abricate --list | cut -f1`; do abricate --db $DB test/assembly.fa > /dev/null ; done"
- "for DB in `abricate --list | cut -f1 | tail -n +2`; do abricate --db $DB test/assembly.fa > /dev/null ; done"
- "abricate-get_db --help"
- "abricate-get_db --db ncbi --dbdir ."
- "! grep 'FUSIDIC ACID' ncbi/sequences"

0 comments on commit 8dae7eb

Please sign in to comment.