Description

Identify antimicrobial resistance in gene or protein sequences

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

fasta

:file

Nucleotide or protein sequences in FASTA format

*.{fasta,fasta.gz,fa,fa.gz,fna,fna.gz,faa,faa.gz}

db

:file

A compressed tarball of the AMRFinderPlus database to query

*.tar.gz

Output

name:type
description
pattern

report

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

${prefix}.tsv

:file

AMRFinder+ final report

*.tsv

mutation_report

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

${prefix}-mutations.tsv

:file

Report of organism-specific point-mutations

*-mutations.tsv

tool_version

VER

:string

The version of the tool in string format (useful for downstream tools such as hAMRronization)

db_version

DBVER

:string

The version of the used database in string format (useful for downstream tools such as hAMRronization)

versions_amrfinderplus

${task.process}

:string

Process name

amrfinderplus

:string

Tool name

amrfinder --version

:string

Tool version command

versions_amrfinderplus_database

${task.process}

:string

Process name

amrfinderplus_database

:string

Database name

amrfinder --database amrfinderdb --database_version 2>&1 | grep -oE '[0-9]{4}-[0-9]{2}-[0-9]{2}\.[0-9]+' | tail -1

:string

Database version command

Topics

name:type
description
pattern

versions

${task.process}

:string

Process name

amrfinderplus

:string

Tool name

amrfinder --version

:string

Tool version command

${task.process}

:string

Process name

amrfinderplus_database

:string

Database name

amrfinder --database amrfinderdb --database_version 2>&1 | grep -oE '[0-9]{4}-[0-9]{2}-[0-9]{2}\.[0-9]+' | tail -1

:string

Database version command

Tools

amrfinderplus
Public Domain

AMRFinderPlus finds antimicrobial resistance and other genes in protein or nucleotide sequences.