nf-core_modules/modules/motus/downloaddb/meta.yml

40 lines
1.1 KiB
YAML
Raw Normal View History

2022-04-14 16:56:42 +00:00
name: "motus_downloaddb"
description: Download the mOTUs database
keywords:
- classify
- metagenomics
- fastq
- taxonomic profiling
2022-04-17 15:22:23 +00:00
- database
- download
2022-04-14 16:56:42 +00:00
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: directory
2022-04-14 16:56:42 +00:00
description: |
The mOTUs downloadDB script source file.
It is the source file installed or
remote source in github such as https://raw.githubusercontent.com/motu-tool/mOTUs/master/motus/downloadDB.py
2022-04-17 15:22:23 +00:00
pattern: "downloadDB.py"
2022-04-14 16:56:42 +00:00
output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- db:
2022-04-17 15:22:23 +00:00
type: directory
2022-05-05 06:23:51 +00:00
description: The mOTUs database directory
2022-04-14 16:56:42 +00:00
pattern: "db_mOTU"
authors:
- "@jianhong"