Update modules/bowtie2/align/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Matthias De Smet 2022-05-11 13:58:58 +02:00 committed by GitHub
parent 971a889e2a
commit 9097abf277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ process BOWTIE2_ALIGN {
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"
"""