mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
940d7fe9d6
* Move MetaPhlAn3 to a subcommand and add mergemetaphlantables * Add mergemetaphlantables tests * Add mergemetaphlantables to test config * Apply suggestions from code review * Revert now unnecessary input channel name change and now document * Update modules/metaphlan3/mergemetaphlantables/main.nf * Require database directory and more details in description
34 lines
906 B
YAML
34 lines
906 B
YAML
name: "metaphlan3_mergemetaphlantables"
|
|
description: Merges output abundance tables from MetaPhlAn3
|
|
keywords:
|
|
- metagenomics
|
|
- classification
|
|
- merge
|
|
- table
|
|
- profiles
|
|
tools:
|
|
- metaphlan3:
|
|
description: Identify clades (phyla to species) present in the metagenome obtained from a microbiome sample and their relative abundance
|
|
homepage: https://huttenhower.sph.harvard.edu/metaphlan/
|
|
documentation: https://github.com/biobakery/MetaPhlAn
|
|
doi: "10.7554/eLife.65088"
|
|
licence: ["MIT License"]
|
|
|
|
input:
|
|
- profiles:
|
|
type: file
|
|
description: List of per-sample MetaPhlAn3 taxonomic abundance tables
|
|
pattern: "*"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- txt:
|
|
type: txt
|
|
description: Combined MetaPhlAn3 table
|
|
pattern: "*.txt"
|
|
|
|
authors:
|
|
- "@jfy133"
|