Rename gff to features

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Anders Goncalves da Silva 2021-02-15 19:53:30 -08:00 committed by GitHub
parent 8c483d4c6a
commit 4f8ab8bd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,10 +40,10 @@ process IVAR_VARIANTS {
$bam | \\ $bam | \\
$save_mpileup \\ $save_mpileup \\
ivar variants \\ ivar variants \\
$options.args \\ $options.args \\
$gff \\ $features \\
-r $fasta \\ -r $fasta \\
-p $prefix -p $prefix
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
""" """