Update software/ivar/consensus/main.nf

This commit is contained in:
Harshil Patel 2021-02-12 22:57:06 +00:00 committed by GitHub
parent cb19c7b056
commit bc5e073cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,8 +41,8 @@ process IVAR_CONSENSUS {
$bam | \\
$save_mpileup \\
ivar consensus \\
$options.args \\
-p $prefix
$options.args \\
-p $prefix
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
"""