mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05: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:
|
- index:
|
||||||
type: file
|
type: file
|
||||||
description: BWA genome index files
|
description: BWA genome index files
|
||||||
pattern: "*.{amb,ann,bwt,pac,sa}"
|
pattern: "Directory containing BWA index *.{amb,ann,bwt,pac,sa}"
|
||||||
- fasta:
|
|
||||||
type: file
|
|
||||||
description: Input genome fasta file
|
|
||||||
output:
|
output:
|
||||||
- bam:
|
- bam:
|
||||||
type: file
|
type: file
|
||||||
|
|
Loading…
Reference in a new issue