mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Add gff to meta yaml
This commit is contained in:
parent
c12a558f15
commit
7cae9b1842
1 changed files with 5 additions and 1 deletions
|
@ -45,13 +45,17 @@ input:
|
|||
type: file
|
||||
description: The reference sequence used for mapping and generating the BAM file
|
||||
pattern: "*.fa"
|
||||
- gff:
|
||||
type: file
|
||||
description: A GFF file in the GFF3 format can be supplied to specify coordinates of open reading frames (ORFs). In absence of GFF file, amino acid translation will not be done.
|
||||
patter: "*.gff"
|
||||
output:
|
||||
- meta:
|
||||
type: map
|
||||
description: |
|
||||
Groovy Map containing sample information
|
||||
e.g. [ id:'test', single_end:false ]
|
||||
- variants:
|
||||
- tsv:
|
||||
type: file
|
||||
description: iVar generated TSV file with the variants
|
||||
pattern: "*.tsv"
|
||||
|
|
Loading…
Reference in a new issue