File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments