Skip to content

Commit

Permalink
Update subworkflows/local/contaminant_filter/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: James A. Fellows Yates <[email protected]>
  • Loading branch information
apeltzer and jfy133 authored Oct 8, 2024
1 parent 52c1390 commit b1e03e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/contaminant_filter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ workflow CONTAMINANT_FILTER {
ch_versions = ch_versions.mix(INDEX_RRNA.out.versions)

// Add meta.contaminant to input reads channel
ch_reads_for_mirna = ch_reads_for_mirna.map{meta, fastq -> return [[id:meta.id, contaminant: "rRNA", single_end:meta.single_end], fastq]}
ch_reads_for_mirna = ch_reads_for_mirna.map{meta, fastq -> return [[id: meta.id, contaminant: "rRNA", single_end: meta.single_end], fastq]}

// Map which reads are rRNAs
BOWTIE2_ALIGN_RRNA(ch_reads_for_mirna, INDEX_RRNA.out.index.first(), [[],[]], true, false)
Expand Down

0 comments on commit b1e03e8

Please sign in to comment.