fastq_align_bowtie2
Align reads to a reference genome using bowtie2 then sort with samtools
alignfastagenomereference
Input
name
description
pattern
Channel containing a list of input FastQ files of size 1 and 2 for single-end
and paired-end data, respectively.
Structure: [ val(meta), [ path(reads) ] ]
*.fastq.gzChannel containing the Bowtie2 genome index directory.
Structure: [ val(meta2), path(index) ]
Save reads that do not map to the reference (true) or discard them (false)
(default: false)
