Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chienchi Lo committed Aug 14, 2021
1 parent 73df426 commit 7da774d
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 @@ -15,7 +15,7 @@ script:
- coverage run amplicov/amplicov --bed tests/input.bed --cov tests/coverage.txt --prefix output --outdir tests/output
- coverage run amplicov/amplicov --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov --bedpe tests/input.bedpe --pp --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov --depth_lines 5,10,20,50 --mincov 10 --gff tests/input.gff --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov --depth_lines 5 10 20 50 --mincov 10 --gff tests/input.gff --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov -r "NC_045512_2" --gff tests/input.gff --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output

after_success:
Expand Down

0 comments on commit 7da774d

Please sign in to comment.