mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Update modules/bowtie2/align/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
9097abf277
commit
bcd7fe55b1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ process BOWTIE2_ALIGN {
|
||||||
$unaligned \\
|
$unaligned \\
|
||||||
$args \\
|
$args \\
|
||||||
2> ${prefix}.bowtie2.log \\
|
2> ${prefix}.bowtie2.log \\
|
||||||
| ${samtools}
|
| $samtools_command
|
||||||
|
|
||||||
if [ -f ${prefix}.unmapped.fastq.1.gz ]; then
|
if [ -f ${prefix}.unmapped.fastq.1.gz ]; then
|
||||||
mv ${prefix}.unmapped.fastq.1.gz ${prefix}.unmapped_1.fastq.gz
|
mv ${prefix}.unmapped.fastq.1.gz ${prefix}.unmapped_1.fastq.gz
|
||||||
|
|
Loading…
Reference in a new issue