nf-core_modules/modules/ariba/getref/meta.yml
2022-06-15 10:18:31 -06:00

33 lines
832 B
YAML

name: "ariba_getref"
description: Download and prepare database for Ariba analysis
keywords:
- fastq
- assembly
- resistance
- virulence
tools:
- "ariba":
description: "ARIBA: Antibiotic Resistance Identification By Assembly"
homepage: "https://sanger-pathogens.github.io/ariba/"
documentation: "https://sanger-pathogens.github.io/ariba/"
tool_dev_url: "https://github.com/sanger-pathogens/ariba"
doi: "110.1099/mgen.0.000131"
licence: "['GPL v3']"
input:
- db_name:
type: string
description: A database to setup up for Ariba
output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
- db:
type: file
description: An Ariba prepared database
pattern: "*.tar.gz"
authors:
- "@rpetit3"