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