mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-23 03:28:17 +00:00
Update ivar consensus
This commit is contained in:
parent
f4af709634
commit
9098ba41c8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ process IVAR_CONSENSUS {
|
||||||
def save_mpileup = params.save_mpileup ? "tee ${prefix}.mpileup |" : ""
|
def save_mpileup = params.save_mpileup ? "tee ${prefix}.mpileup |" : ""
|
||||||
"""
|
"""
|
||||||
samtools mpileup \\
|
samtools mpileup \\
|
||||||
--fasta-ref $fasta \\
|
--reference $fasta \\
|
||||||
$options.args2 \\
|
$options.args2 \\
|
||||||
$bam | \\
|
$bam | \\
|
||||||
$save_mpileup \\
|
$save_mpileup \\
|
||||||
|
|
Loading…
Reference in a new issue