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

View file

@ -46,7 +46,7 @@ process BOWTIE2_ALIGN {
bowtie2 \\
-x \$INDEX \\
${reads_args} \\
$reads_args \\
--threads $task.cpus \\
$unaligned \\
$args \\