Skip to content

Commit 2bef839

Browse files
committed
update travis test
1 parent def1b35 commit 2bef839

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ script:
4242
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --singleEnd --bwa_index results/reference_genome/bwa_index/bwa_index/
4343
# Run the basic pipeline with paired end data without collapsing
4444
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --skip_collapse --saveReference
45-
# Run the basic pipeline with paired end data without collapsing nor trimming
46-
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --skip_collapse --skip_trim --saveReference
45+
# Run the basic pipeline with paired end data without trimming
46+
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --skip_trim --saveReference
47+
# Run the basic pipeline with paired end data without adapterRemoval
48+
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --skip_adapterremoval --saveReference
4749
# Run the same pipeline testing optional step: fastp, complexity
4850
- nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --pairedEnd --complexity_filter --bwa_index results/reference_genome/bwa_index/bwa_index/
4951
# Test BAM Trimming

0 commit comments

Comments
 (0)