Skip to content

Commit

Permalink
Add tests for --novel and .bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Sep 4, 2019
1 parent 579a7ef commit 3bfd030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ script:
- "mlst --longlist | grep saureus"
- "mlst -q test/example.fna.gz | grep -w 184"
- "mlst -q test/example.gbk.gz | grep -w 184"
- "mlst -q test/novel.gbk.gz | grep -w spneumoniae"
- "gzip -d -c test/example.fna.gz | mlst -q /dev/stdin | grep -w 184"
- "gzip -d -c test/example.gbk.gz | mlst -q /dev/stdin | grep -w 184"
- "mlst -q --legacy --scheme sepidermidis test/example.fna.gz test/example.gbk.gz"
- "mlst -q --csv test/example.fna.gz | grep ',184,'"
- "mlst -q test/example.gbk.gz --json out.json && grep 'sequence_type' out.json"
- "! mlst -q --label double_trouble test/example.gbk.gz test/example.fna.gz"
- "mlst -q --label GDAYMATE test/example.fna.gz | grep GDAYMATE"
- "mlst -q --novel novel.fa test/novel.fasta.bz2 && grep 'recP' novel.fa"
Binary file added test/novel.fasta.bz2
Binary file not shown.

0 comments on commit 3bfd030

Please sign in to comment.