File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --mapper 'bowtie2' --bt2_alignmode 'local' --bt2_sensitivity 'sensitive' --bt2n 1 --bt2l 16 --bt2_trim5 1 --bt2_trim3 1
104104 - name : STRIP_FASTQ Run the basic pipeline with output unmapped reads as fastq
105105 run : |
106- nextflow run ${GITHUB_WORKSPACE} -profile test_tsv ,docker --strip_input_fastq
106+ nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_complex ,docker --strip_input_fastq
107107 - name : BAM_FILTERING Run basic mapping pipeline with mapping quality filtering, and unmapped export
108108 run : |
109109 nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --run_bam_filtering --bam_mapping_quality_threshold 37 --bam_unmapped_type 'fastq'
Original file line number Diff line number Diff line change @@ -2112,7 +2112,6 @@ if (!params.skip_deduplication) {
21122112
21132113} else {
21142114 ch_input_for_skiplibrarymerging. mix(ch_output_from_librarymerging)
2115- .view()
21162115 .into { ch_rmdup_for_skipdamagemanipulation; ch_rmdup_for_pmdtools; ch_rmdup_for_bamutils; ch_rmdup_for_bedtools }
21172116}
21182117
You can’t perform that action at this time.
0 commit comments