mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
32d5257def
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
35 lines
957 B
YAML
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"
|