Skip to content

Commit 247f43e

Browse files
committed
Remove leftover view and run strip_Fastq test on more appropriate tSV
1 parent 8225a8c commit 247f43e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)