mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
33 lines
832 B
YAML
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"
|