mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-31 03:32:10 -05:00
Make mpileup saving optional
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
8f546a1f95
commit
884c4658b8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ process IVAR_CONSENSUS {
|
|||
-aa -A -d 0 -Q 0 \\
|
||||
$options.args2 \\
|
||||
$bam | \\
|
||||
tee ${prefix}_mpileup.txt | \\
|
||||
$save_mpileup \\
|
||||
ivar consensus \\
|
||||
$options.args \\
|
||||
-p $prefix
|
||||
|
|
Loading…
Reference in a new issue