mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/bowtie2/align/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
971a889e2a
commit
9097abf277
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ process BOWTIE2_ALIGN {
|
||||||
reads_args = "-1 ${reads[0]} -2 ${reads[1]}"
|
reads_args = "-1 ${reads[0]} -2 ${reads[1]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
def samtools = "samtools view -@ $task.cpus --fast --with-header ${args2} > ${prefix}.bam"
|
def samtools_command = "samtools view -@ $task.cpus --fast --with-header ${args2} > ${prefix}.bam"
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue