File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ workflow RNASEQ {
164
164
ch_filtered_reads = FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. reads
165
165
ch_trim_read_count = FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. trim_read_count
166
166
ch_multiqc_files = ch_multiqc_files. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. fastqc_zip. collect{it[1 ]}) // FastQC report - untrimmed
167
- ch_multiqc_files = ch_multiqc_files. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. log . collect{it[1 ]}) // umi-tools extract logs
167
+ ch_multiqc_files = ch_multiqc_files. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. umi_log . collect{it[1 ]}) // umi-tools extract logs
168
168
ch_multiqc_files = ch_multiqc_files. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. trim_zip. collect{it[1 ]}) // FastQC report - trimmed
169
169
ch_multiqc_files = ch_multiqc_files. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. trim_log. collect{it[1 ]}) // Trim Galore! trimming report
170
170
ch_versions = ch_versions. mix(FASTQ_FASTQC_UMITOOLS_TRIMGALORE . out. versions)
You can’t perform that action at this time.
0 commit comments