Update software/ivar/consensus/main.nf

This commit is contained in:
Harshil Patel 2021-02-12 23:02:04 +00:00 committed by GitHub
parent 9e4539473e
commit 0580fd8ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,6 @@ process IVAR_CONSENSUS {
def software = getSoftwareName(task.process)
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
def save_mpileup = params.save_mpileup ? "tee ${prefix}.mpileup |" : ""
"""
samtools mpileup \\
--fasta-ref $fasta \\