Remove samtools option

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Anders Goncalves da Silva 2021-02-12 15:09:50 -08:00 committed by GitHub
parent 1f66954180
commit 9268851cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,6 @@ process IVAR_CONSENSUS {
"""
samtools mpileup \\
--fasta-ref $fasta \\
-aa \\
$options.args2 \\
$bam | \\
$save_mpileup \\