Description

Identify antimicrobial resistance in gene or protein sequences

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Nucleotide or protein sequences in FASTA format

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

db{:bash}

:file

A compressed tarball of the AMRFinderPlus database to query

*.tar.gz

Output

name:type
description
pattern

report{:bash}

meta{:bash}

:map

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

${prefix}.tsv{:bash}

:file

AMRFinder+ final report

*.tsv

mutation_report{:bash}

meta{:bash}

:map

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

${prefix}-mutations.tsv{:bash}

:file

Report of organism-specific point-mutations

*-mutations.tsv

tool_version{:bash}

VER{:bash}

:string

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

db_version{:bash}

DBVER{:bash}

:string

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

versions_amrfinderplus{:bash}

${task.process}{:bash}

:string

Process name

amrfinderplus{:bash}

:string

Tool name

amrfinder --version{:bash}

:string

Tool version command

versions_amrfinderplus_database{:bash}

${task.process}{:bash}

:string

Process name

amrfinderplus_database{:bash}

: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{:bash}

:string

Database version command

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

Process name

amrfinderplus{:bash}

:string

Tool name

amrfinder --version{:bash}

:string

Tool version command

${task.process}{:bash}

:string

Process name

amrfinderplus_database{:bash}

: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{:bash}

:string

Database version command

Tools

amrfinderplus
Public Domain

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