nf-core_modules/modules/motus/downloaddb/meta.yml
JIANHONG OU 32d5257def
Update modules/motus/downloaddb/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
2022-04-17 11:12:08 -04:00

35 lines
957 B
YAML

name: "motus_downloaddb"
description: Download the mOTUs database
keywords:
- classify
- metagenomics
- fastq
- taxonomic profiling
tools:
- "motus":
description: "The mOTU profiler is a computational tool that estimates relative taxonomic abundance of known and currently unknown microbial community members using metagenomic shotgun sequencing data."
homepage: "None"
documentation: "https://github.com/motu-tool/mOTUs/wiki"
tool_dev_url: "https://github.com/motu-tool/mOTUs"
doi: "10.1038/s41467-019-08844-4"
licence: "['GPL v3']"
input:
- motus_downloaddb:
type: file
description: |
the mOTUs downloadDB script source file
pattern: "*{.py}"
output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- db:
type: file
description: The mOTUs database
pattern: "db_mOTU"
authors:
- "@jianhong"