mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Rename gff to features
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
8c483d4c6a
commit
4f8ab8bd69
1 changed files with 4 additions and 4 deletions
|
@ -40,10 +40,10 @@ process IVAR_VARIANTS {
|
|||
$bam | \\
|
||||
$save_mpileup \\
|
||||
ivar variants \\
|
||||
$options.args \\
|
||||
$gff \\
|
||||
-r $fasta \\
|
||||
-p $prefix
|
||||
$options.args \\
|
||||
$features \\
|
||||
-r $fasta \\
|
||||
-p $prefix
|
||||
|
||||
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue