mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Correct yml file, add fasta to input and correct vcf on output
This commit is contained in:
parent
138be9f918
commit
af7bc743bf
1 changed files with 6 additions and 2 deletions
|
@ -42,6 +42,10 @@ input:
|
|||
type: file
|
||||
description: Input BAM file
|
||||
pattern: "*.{bam}"
|
||||
- fasta:
|
||||
type: file
|
||||
description: FASTA reference file
|
||||
pattern: "*.{fasta,fa}"
|
||||
output:
|
||||
- meta:
|
||||
type: map
|
||||
|
@ -50,8 +54,8 @@ output:
|
|||
e.g. [ id:'test', single_end:false ]
|
||||
- vcf:
|
||||
type: file
|
||||
description: FASTA reference consensus file
|
||||
pattern: "*.{fasta,fa}"
|
||||
description: VCF gzipped output file
|
||||
pattern: "*.{vcf.gz}"
|
||||
- tbi:
|
||||
type: file
|
||||
description: tabix index file
|
||||
|
|
Loading…
Reference in a new issue