mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
f93c2f2604
* add Krona_db module * removed md5 sum * Update tests/modules/kronatools/kronadb/main.nf Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com> * added input information * removed trailing white spaces * changed krona version to 2.7.1 * Apply suggestions from code review * Update modules/kronatools/kronadb/meta.yml * Update modules/kronatools/kronadb/main.nf Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com> Co-authored-by: Sébastien Guizard <sguizard@ed.ac.uk> Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> Co-authored-by: Francesco L <53608000+lescai@users.noreply.github.com>
30 lines
914 B
YAML
30 lines
914 B
YAML
name: kronatools_kronadb
|
|
description: KronaTools Update Taxonomy downloads a taxonomy database
|
|
keywords:
|
|
- database
|
|
- taxonomy
|
|
- krona
|
|
tools:
|
|
- kronatools:
|
|
description: Krona Tools is a set of scripts to create Krona charts from several Bioinformatics tools as well as from text and XML files.
|
|
homepage: https://github.com/marbl/Krona/wiki/KronaTools
|
|
documentation: https://github.com/marbl/Krona/wiki/Installing
|
|
tool_dev_url:
|
|
doi: https://doi.org/10.1186/1471-2105-12-385
|
|
licence:
|
|
|
|
input:
|
|
- none: There is no input. This module downloads a pre-built taxonomy database for use with Krona Tools.
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- db:
|
|
type: file
|
|
description: A TAB separated file that contains a taxonomy database.
|
|
pattern: "*.{tab}"
|
|
|
|
authors:
|
|
- "@mjakobs"
|