Skip to main content

spatyper

Tags: staphylococcus-aureus spa-typing repeat mrsa typing sample-scope

Finding spa types in Staphylococcus aureus.

Uses spaTyper to determine the spa type of Staphylococcus aureus genomes by identifying the repeats in the polymorphic X region of the protein A gene (spa).

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format
repeats: Path?
repeat_order: Path?
NameTypeDescription
repeatsPath?Custom repeat sequences file
repeat_orderPath?Custom repeat order file

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathspa typing results in TSV format
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

spaTyper Parameters

ParameterTypeDefaultDescription
--spatyper_do_enrichbooleanfalseDo PCR product enrichment

Used By

Subworkflows

  • spatyper - Predict spa types of Staphylococcus aureus from genome assemblies.

Workflows

  • spatyper - spa typing of Staphylococcus aureus assemblies.

Citations

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

Source

View source on GitHub

Version

SPATYPER:
- spatyper: 0.3.3