mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
daab0a77dd
* Update main.nf * Update meta.yml * Re-add logos as not staged in a way that works with MultiQC config files * Update main.nf * Remove now unnecessary input channel * Remove unused channel from tests * Update hAMRonization to 1.1.1 and add hAMRonization farGene * Fix hamronizatio ntests * Prettier * Fix fargene linting * Correct file * Fix fargene output * Apply suggestions from code review Co-authored-by: Jasmin F <73216762+jasmezz@users.noreply.github.com> * Fix summarise tests * Prettier Co-authored-by: Jasmin F <73216762+jasmezz@users.noreply.github.com>
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
name: hamronization_summarize
|
|
description: Tool to summarize and combine all hAMRonization reports into a single file
|
|
keywords:
|
|
- amr
|
|
- antimicrobial resistance
|
|
- reporting
|
|
tools:
|
|
- hamronization:
|
|
description: Tool to convert and summarize AMR gene detection outputs using the hAMRonization specification
|
|
homepage: https://github.com/pha4ge/hAMRonization/
|
|
documentation: https://github.com/pha4ge/hAMRonization/
|
|
tool_dev_url: https://github.com/pha4ge/hAMRonization
|
|
doi: ""
|
|
licence: ["GNU Lesser General Public v3 (LGPL v3)"]
|
|
|
|
input:
|
|
- reports:
|
|
type: file
|
|
description: List of multiple hAMRonization reports in either JSON or TSV format
|
|
pattern: "*.{json,tsv}"
|
|
- format:
|
|
type: value
|
|
description: Type of final combined report file to be produced
|
|
pattern: "tsv|json|interactive"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- json:
|
|
type: file
|
|
description: hAMRonised summary in JSON format
|
|
pattern: "*.json"
|
|
- tsv:
|
|
type: file
|
|
description: hAMRonised summary in TSV format
|
|
pattern: "*.json"
|
|
- html:
|
|
type: file
|
|
description: hAMRonised summary in HTML format
|
|
pattern: "*.html"
|
|
|
|
authors:
|
|
- "@jfy133"
|