mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
cad9133c71
* feat added haplogrep classify * feat made module * fix added correct container * feat removed md5sum * fix trying to fix issue with version.yml * fix some small things * fix version * fix on meta.yml * fix stub run * fix Apply suggestions from code review Co-authored-by: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com> * fix Apply suggestions from code review2 Co-authored-by: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com> Co-authored-by: Taniguti <ltaniguti@gmail.com> Co-authored-by: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com>
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
name: "haplogrep2_classify"
|
|
description: classification into haplogroups
|
|
keywords:
|
|
- haplogroups.
|
|
tools:
|
|
- "haplogrep2":
|
|
description: "A tool for mtDNA haplogroup classification."
|
|
homepage: "https://github.com/seppinho/haplogrep-cmd"
|
|
documentation: "https://github.com/seppinho/haplogrep-cmd"
|
|
tool_dev_url: "https://github.com/seppinho/haplogrep-cmd"
|
|
doi: ""
|
|
licence: "['MIT']"
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- inputfile:
|
|
type: file
|
|
description: valid options are hsd, vcf, or fasta files
|
|
pattern: "*.{vcf,vcf.gz,fasta,hsd}"
|
|
- format:
|
|
type: stringformat of file either vcf fasta or hsd
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- txt:
|
|
type: file
|
|
description: text file with classification information
|
|
pattern: "*.{txt}"
|
|
|
|
authors:
|
|
- "@lucpen"
|