Skip to content

Commit

Permalink
Do not collect untrimmed reads
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Oct 20, 2023
1 parent 7492722 commit 8ffccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ workflow {
* Trim reads
*/
if (params.skip_trimming) {
ch_trimmed_reads = ch_raw_reads_trimgalore.collect()
ch_trimmed_reads = ch_raw_reads_trimgalore
ch_trimgalore_results_mqc = Channel.empty()
ch_trimgalore_fastqc_reports_mqc = Channel.empty()
} else {
Expand Down

0 comments on commit 8ffccea

Please sign in to comment.