Correct yml file, add fasta to input and correct vcf on output

This commit is contained in:
JoseEspinosa 2021-02-24 09:15:18 +01:00
parent 138be9f918
commit af7bc743bf

View file

@ -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