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
|
type: file
|
||||||
description: Input BAM file
|
description: Input BAM file
|
||||||
pattern: "*.{bam}"
|
pattern: "*.{bam}"
|
||||||
|
- fasta:
|
||||||
|
type: file
|
||||||
|
description: FASTA reference file
|
||||||
|
pattern: "*.{fasta,fa}"
|
||||||
output:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
type: map
|
type: map
|
||||||
|
@ -50,8 +54,8 @@ output:
|
||||||
e.g. [ id:'test', single_end:false ]
|
e.g. [ id:'test', single_end:false ]
|
||||||
- vcf:
|
- vcf:
|
||||||
type: file
|
type: file
|
||||||
description: FASTA reference consensus file
|
description: VCF gzipped output file
|
||||||
pattern: "*.{fasta,fa}"
|
pattern: "*.{vcf.gz}"
|
||||||
- tbi:
|
- tbi:
|
||||||
type: file
|
type: file
|
||||||
description: tabix index file
|
description: tabix index file
|
||||||
|
|
Loading…
Reference in a new issue