mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Remove fasta from input
This commit is contained in:
parent
dcb1dc5cd9
commit
6df54698d9
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue