Skip to content

Commit

Permalink
travis: limit cpus and ram
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 13, 2020
1 parent f8a908f commit e56e7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ script:
- "shovill --check"
- "shovill --help"
- "! shovill --doesnotexist"
- "shovill --outdir out.spades --assembler spades --cpus 8 --R1 test/R1.fq.gz --R2 test/R2.fq.gz --ram 4 --nostitch --noreadcorr --nocorr"
- "shovill --cpus 4 --ram 4 --outdir out.spades --assembler spades --R1 test/R1.fq.gz --R2 test/R2.fq.gz --nostitch --noreadcorr --nocorr"
- "grep '>' out.spades/contigs.fa"
- "shovill --outdir out.megahit --assembler megahit --R1 test/R1.fq.gz --R2 test/R2.fq.gz --trim"
- "shovill --cpus 4 --ram 4 --outdir out.megahit --assembler megahit --R1 test/R1.fq.gz --R2 test/R2.fq.gz --trim"
- "grep '>' out.megahit/contigs.fa"
- "shovill --outdir out.velvet --assembler velvet --R1 test/R1.fq.gz --R2 test/R2.fq.gz --ram 4 --noreadcorr --nocorr"
- "shovill --cpus 4 --ram 4 --outdir out.velvet --assembler velvet --R1 test/R1.fq.gz --R2 test/R2.fq.gz --ram 4 --noreadcorr --nocorr"
- "grep '>' out.velvet/contigs.fa"

0 comments on commit e56e7f8

Please sign in to comment.