Skip to main content

sistr

Tags: salmonella serotype mlst cgmlst typing sample-scope

Salmonella In Silico Typing Resource command-line tool.

This subworkflow performs comprehensive typing of Salmonella genomes using SISTR, which predicts serotype, determines subspecies, performs MLST typing, and calculates core genome MLST distances. The tool provides a one-stop solution for Salmonella classification and epidemiological typing.

Take

assembly: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
assemblyAssembly files in FASTA format for Salmonella 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
tsvSISTR prediction results in TSV format
allele_fastaNovel alleles in FASTA format
allele_jsonAlleles in JSON format
cgmlst_csvcgMLST profile in CSV format

run_outputs

OutputDescription
csvAggregated results in CSV format

Module Composition

This subworkflow calls the following modules:

  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.
  • sistr - Serovar prediction of Salmonella assemblies.

Used By

This subworkflow is used by the following workflows:

  • sistr - Serovar prediction of Salmonella enterica from assemblies.

Citations

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

Source

View source on GitHub