Skip to content

Commit

Permalink
Remove unused bowtie2 multiqc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
muabnezor committed Nov 29, 2024
1 parent 0b3c9ba commit 2262d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subworkflows/local/shortread_preprocessing.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ workflow SHORTREAD_PREPROCESSING {
ch_versions = ch_versions.mix(FASTQC_RAW.out.versions.first())
ch_multiqc_files = ch_multiqc_files.mix(FASTQC_RAW.out.zip)

ch_bowtie2_removal_host_multiqc = Channel.empty()
if (!params.skip_clipping) {
if (params.clip_tool == 'fastp') {
FASTP(
Expand Down

0 comments on commit 2262d60

Please sign in to comment.