mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update modules/bowtie2/align/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
ff4b297827
commit
b456d8fa0a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ process BOWTIE2_ALIGN {
|
||||||
|
|
||||||
bowtie2 \\
|
bowtie2 \\
|
||||||
-x \$INDEX \\
|
-x \$INDEX \\
|
||||||
${reads_args} \\
|
$reads_args \\
|
||||||
--threads $task.cpus \\
|
--threads $task.cpus \\
|
||||||
$unaligned \\
|
$unaligned \\
|
||||||
$args \\
|
$args \\
|
||||||
|
|
Loading…
Reference in a new issue