restore samtools cmd to defaults

This commit is contained in:
Matthias De Smet 2022-05-11 16:17:30 +02:00 committed by GitHub
parent bcd7fe55b1
commit c8d3de2ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
"""