mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
34 lines
798 B
YAML
34 lines
798 B
YAML
|
name: chromap_index
|
||
|
description: Indexes a fasta reference genome ready for chromatin profiling.
|
||
|
keywords:
|
||
|
- index
|
||
|
- fasta
|
||
|
- genome
|
||
|
- reference
|
||
|
tools:
|
||
|
- chromap:
|
||
|
description: Fast alignment and preprocessing of chromatin profiles
|
||
|
homepage: https://github.com/haowenz/chromap
|
||
|
documentation: https://github.com/haowenz/chromap
|
||
|
tool_dev_url: https://github.com/haowenz/chromap
|
||
|
doi: ""
|
||
|
licence: ['GPL v3']
|
||
|
|
||
|
input:
|
||
|
- fasta:
|
||
|
type: file
|
||
|
description: Fasta reference file.
|
||
|
|
||
|
output:
|
||
|
- version:
|
||
|
type: file
|
||
|
description: File containing software version
|
||
|
pattern: "*.{version.txt}"
|
||
|
- index:
|
||
|
type: file
|
||
|
description: Index file of the reference genome
|
||
|
pattern: "*.{index}"
|
||
|
|
||
|
authors:
|
||
|
- "@mahesh-panchal"
|