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
ff4b297827
commit
b456d8fa0a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ process BOWTIE2_ALIGN {
|
|||
|
||||
bowtie2 \\
|
||||
-x \$INDEX \\
|
||||
${reads_args} \\
|
||||
$reads_args \\
|
||||
--threads $task.cpus \\
|
||||
$unaligned \\
|
||||
$args \\
|
||||
|
|
Loading…
Reference in a new issue