Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed Sep 18, 2018
1 parent 7a216d5 commit 1b82a3c
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 @@ -55,9 +55,9 @@ script:
- "./bismark --non_directional --genome ./travis_files/ -1 ./travis_files/test_R1.fastq.gz -2 ./travis_files/test_R2.fastq.gz"

# bismark2bedGraph
- "./bismark2bedGraph -o test.bedGraph --buffer 5G CpG_O*"
- "./bismark2bedGraph -o test.bedGraph --CX --scaffolds CpG* CH*"
- "./bismark2bedGraph -o test.bedGraph --CX --ample_memory --zero_based CpG* CH*"
- "./bismark2bedGraph -o test.bedGraph --buffer 5G CpG_*"
- "./bismark2bedGraph -o test.bedGraph --CX --scaffolds CpG* CHG_* CHH_*"
- "./bismark2bedGraph -o test.bedGraph --CX --ample_memory --zero_based CpG* CHH_* CHG_*"

# Filter non conversion
- "./filter_non_conversion test_R1_bismark_bt2_pe.bam"
Expand Down

0 comments on commit 1b82a3c

Please sign in to comment.