mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
906577873b
* New functions.nf * Convert code to create versions.yml * Update meta.yml * update output channel * Fix more meta.yml * Manually update remaining modules * remove superflous echo * Fix misformatted meta.yml files * Fix yaml, was list instead of dict * fix version for bcftools Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
33 lines
795 B
YAML
33 lines
795 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: "versions.yml"
|
|
- index:
|
|
type: file
|
|
description: Index file of the reference genome
|
|
pattern: "*.{index}"
|
|
|
|
authors:
|
|
- "@mahesh-panchal"
|