You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set val("${base}"), file("*.fastq.gz") into (ch_read_files_converted_fastqc, ch_read_files_converted_fastp, ch_read_files_converted_mapping_bwa, ch_read_files_converted_mapping_cm, ch_read_files_converted_mapping_bwamem)
545
+
set val("${base}"), file("*.fastq.gz") into (ch_read_files_converted_fastqc, ch_read_files_converted_fastp, ch_read_files_converted_mapping_bwa, ch_read_files_converted_mapping_cm, ch_read_files_converted_mapping_bwamem,
546
+
ch_read_unmap_convertBam)
544
547
545
548
script:
546
549
base ="${bam.baseName}"
@@ -931,7 +934,7 @@ process strip_input_fastq {
931
934
when: params.strip_input_fastq
932
935
933
936
input:
934
-
set val(name), file(fq) from ch_read_unmap
937
+
set val(name), file(fq) from ch_read_unmap.mix(ch_read_unmap_convertBam)
935
938
file bam from ch_bwa_mapped_reads_strip.mix(ch_circular_mapped_reads_strip, ch_bwamem_mapped_reads_strip)
0 commit comments