mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
32 lines
960 B
YAML
32 lines
960 B
YAML
|
name: "bracken_combinebrackenoutputs"
|
||
|
description: Combine output of metagenomic samples analyzed by bracken.
|
||
|
keywords:
|
||
|
- sort
|
||
|
tools:
|
||
|
- "bracken":
|
||
|
description: Bracken (Bayesian Reestimation of Abundance with KrakEN) is a highly accurate statistical method that computes the abundance of species in DNA sequences from a metagenomics sample.
|
||
|
homepage: https://ccb.jhu.edu/software/bracken/
|
||
|
documentation: https://ccb.jhu.edu/software/bracken/index.shtml?t=manual
|
||
|
tool_dev_url: https://github.com/jenniferlu717/Bracken
|
||
|
doi: "10.7717/peerj-cs.104"
|
||
|
licence: ["GPL v3"]
|
||
|
|
||
|
input:
|
||
|
- input:
|
||
|
type: file
|
||
|
description: List of output files from bracken
|
||
|
pattern: "*"
|
||
|
|
||
|
output:
|
||
|
- versions:
|
||
|
type: file
|
||
|
description: File containing software versions
|
||
|
pattern: "versions.yml"
|
||
|
- txt:
|
||
|
type: file
|
||
|
description: Combined output in table format
|
||
|
pattern: "*.txt"
|
||
|
|
||
|
authors:
|
||
|
- "@jfy133"
|