mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fixing meta ymls
This commit is contained in:
parent
b6ef06c6cd
commit
eb12f4610d
2 changed files with 77 additions and 67 deletions
|
@ -42,6 +42,11 @@ input:
|
||||||
type: file
|
type: file
|
||||||
description: VCF text file
|
description: VCF text file
|
||||||
output:
|
output:
|
||||||
|
- meta:
|
||||||
|
type: map
|
||||||
|
description: |
|
||||||
|
Groovy Map containing sample information
|
||||||
|
e.g. [ id:'test', single_end:false ]
|
||||||
- vcf:
|
- vcf:
|
||||||
type: file
|
type: file
|
||||||
description: Output compressed VCF file
|
description: Output compressed VCF file
|
||||||
|
|
|
@ -51,6 +51,11 @@ input:
|
||||||
description: FASTA reference file
|
description: FASTA reference file
|
||||||
pattern: "*.{fasta,fa}"
|
pattern: "*.{fasta,fa}"
|
||||||
output:
|
output:
|
||||||
|
- meta:
|
||||||
|
type: map
|
||||||
|
description: |
|
||||||
|
Groovy Map containing sample information
|
||||||
|
e.g. [ id:'test', single_end:false ]
|
||||||
- fasta:
|
- fasta:
|
||||||
type: file
|
type: file
|
||||||
description: FASTA reference consensus file
|
description: FASTA reference consensus file
|
||||||
|
|
Loading…
Reference in a new issue