Skip to main content

abricate_summary

Tags: bacteria tab-delimited antimicrobial-resistance run-scope

Summarize Abricate screening results.

Uses Abricate to aggregate the per-sample screening reports into a single tab-delimited summary file.

Inputs

record (
meta: Record,
reports: Set<Path>
)
FieldTypeDescription
metaRecordGroovy Record containing aggregation information
reportsSet<Path>A collection of Abricate report files from multiple samples

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathAggregated tab-delimited summary of Abricate results from all samples
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

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_SUMMARY:
- abricate: 1.4.0