mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
restore samtools cmd to defaults
This commit is contained in:
parent
bcd7fe55b1
commit
c8d3de2ad9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ process BOWTIE2_ALIGN {
|
|||
reads_args = "-1 ${reads[0]} -2 ${reads[1]}"
|
||||
}
|
||||
|
||||
def samtools_command = "samtools view -@ $task.cpus --fast --with-header ${args2} > ${prefix}.bam"
|
||||
def samtools_command = "samtools view -@ $task.cpus --bam --with-header ${args2} > ${prefix}.bam"
|
||||
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue