Description

Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:'sample1', single_end:false ]

genome_fasta (file)

Assembled/complete genome(s) in FASTA format to search for AMR/MLST/Plasmids.

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

Output

Name (Type)
Description
Pattern

results_xlsx (file)

Excel spreadsheet containing summary of StarAMR results.

*_results/results.xlsx

summary_tsv (file)

A summary of all detected AMR genes/mutations/plasmids/sequence type in each genome, one genome per line.
A series of descriptive statistics is also provided for each genome,
as well as feedback for whether or not the genome passes several quality metrics and if not,
feedback on why the genome fails.

*_results/summary.tsv

detailed_summary_tsv (file)

A summary of all detected AMR genes/mutations/plasmids/sequence type in each genome, one genome per line.
A series of descriptive statistics is also provided for each genome,
as well as feedback for whether or not the genome passes several quality metrics and if not,
feedback on why the genome fails.

*_results/detailed_summary.tsv

resfinder_tsv (file)

A tabular file of each AMR gene and additional BLAST information from the ResFinder database, one gene per line.

*_results/resfinder.tsv

plasmidfinder_tsv (file)

A tabular file of each AMR plasmid type and additional BLAST information from the PlasmidFinder database, one plasmid type per line.

*_results/plasmidfinder.tsv

mlst_tsv (file)

A tabular file of each multi-locus sequence type (MLST) and it’s corresponding locus/alleles, one genome per line.

*_results/mlst.tsv

settings_txt (file)

The command-line, database versions, and other settings used to run staramr.

*_results/settings.txt

pointfinder_tsv (file)

An optional tabular file of each AMR point mutation and additional BLAST information from the PointFinder database, one gene per line.

*_results/pointfinder.tsv

versions (file)

File containing software versions

versions.yml

Tools

staramr
Apache Software License

Scan genome contigs against the ResFinder and PointFinder databases. In order to use the PointFinder databases, you will have to add --pointfinder-organism ORGANISM to the ext.args options.