Remove fasta from input

This commit is contained in:
drpatelh 2021-02-02 12:34:55 +00:00
parent dcb1dc5cd9
commit 6df54698d9

View file

@ -51,10 +51,7 @@ input:
- index:
type: file
description: BWA genome index files
pattern: "*.{amb,ann,bwt,pac,sa}"
- fasta:
type: file
description: Input genome fasta file
pattern: "Directory containing BWA index *.{amb,ann,bwt,pac,sa}"
output:
- bam:
type: file