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:57:11 +02:00 committed by GitHub
parent 94e8c3a882
commit ff4b297827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ process BOWTIE2_ALIGN {
-x \$INDEX \\
${reads_args} \\
--threads $task.cpus \\
${unaligned} \\
$unaligned \\
$args \\
2> ${prefix}.bowtie2.log \\
| ${samtools}