Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions modules/nf-core/chromap/chromap/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ input:
e.g. [ id:'test' ]
- fasta:
type: file
description: |
The fasta reference file.
ontologies: []
description: Reference genome FASTA file
pattern: "*.{fa,fasta,fna}"
ontologies:
- edam: "http://edamontology.org/format_1929"
- fai:
type: file
description: |
The fasta reference index file.
ontologies: []
description: Reference genome FASTA index file
pattern: "*.{fai}"
ontologies:
- edam: "http://edamontology.org/format_3326"
- - meta3:
type: map
description: |
Expand Down
12 changes: 8 additions & 4 deletions modules/nf-core/chromap/index/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ input:
e.g. [ id:'test' ]
- fasta:
type: file
description: Fasta reference file.
ontologies: []
description: Reference genome FASTA file
pattern: "*.{fa,fasta,fna}"
ontologies:
- edam: "http://edamontology.org/format_1929"
- fai:
type: file
description: Fasta reference index file.
ontologies: []
description: Reference genome FASTA index file
pattern: "*.{fai}"
ontologies:
- edam: "http://edamontology.org/format_3326"
output:
index:
- - meta:
Expand Down
Loading