Skip to main content

mlst

Tags: mlst sequence-typing pubmlst bacteria sample-scope

Determine multilocus sequence types (MLST) from bacterial assemblies.

This subworkflow uses mlst to scan assembled contigs against PubMLST typing schemes and determine sequence types (STs). It processes each sample individually and aggregates the results into a single consolidated report.

Take

assembly: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
assemblyAssembled contigs in FASTA format
db: Path
NameTypeDescription
dbPathPubMLST database to use for MLST typing

Emit

Published

The sample_outputs and run_outputs emissions are aggregates of output files that will be published in the entry workflow.

sample_outputs

OutputDescription
tsvA tab-delimited summary containing the Sample, Scheme, ST, and Allele IDs

run_outputs

OutputDescription
csvA merged TSV file with mlst results from all samples

Module Composition

This subworkflow calls the following modules:

  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.
  • mlst - Automatic Multi-Locus Sequence Typing (MLST) of genome assemblies.

Used By

This subworkflow is used by the following workflows:

  • bactopia - Comprehensive bacterial analysis pipeline for complete genomic characterization.
  • mlst - Automatic Multi-Locus Sequence Type (MLST) calling from assembled contigs.
  • staphopia - Comprehensive analysis pipeline for Staphylococcus aureus isolates.

Citations

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

Source

View source on GitHub