Skip to main content

abricate_run

Tags: bacteria assembly fasta antimicrobial-resistance virulence plasmid mobile-genetic-elements sample-scope

Mass screening of contigs for antimicrobial and virulence genes.

Screens assemblies for antimicrobial resistance and virulence genes using Abricate. It bundles several databases including NCBI, CARD, ResFinder, PlasmidFinder, ARG-ANNOT, and VFDB.

Database Included

Abricate bundles multiple databases including NCBI, CARD, ResFinder, PlasmidFinder, ARG-ANNOT, and VFDB.

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathA tab-delimited report of hits, for full details please see Abricate - Output
resultsSet<Path>All output files to be published
logsSet<Path?>Optional program specific log files
nf_logsSet<Path>Nextflow-specific log files (e.g. .command.{begin
versionsSet<Path>A YAML formatted file with program versions

Parameters

Abricate Parameters

ParameterTypeDefaultDescription
--abricate_dbstringncbiDatabase to use
--abricate_minidinteger80Minimum DNA percent identity
--abricate_mincovinteger80Minimum DNA percent coverage

Used By

Subworkflows

  • abricate - Mass screening of contigs for antimicrobial and virulence genes.

Workflows

  • abricate - Mass screening of contigs for antimicrobial resistance and virulence genes.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

ABRICATE_RUN:
- abricate: 1.4.0