Skip to main content

sistr

Tags: salmonella serotype cgmlst typing prediction sample-scope

Serovar prediction of Salmonella assemblies.

Uses SISTR (Salmonella In Silico Typing Resource) to predict serovars of Salmonella from draft genome assemblies using core genome Multi-Locus Sequence Typing (cgMLST).

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format

Outputs

record (
meta: Record,
tsv: Path,
allele_fasta: Path,
allele_json: Path,
cgmlst_csv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathSISTR prediction results in TSV format
allele_fastaPathNovel alleles in FASTA format
allele_jsonPathAlleles in JSON format
cgmlst_csvPathcgMLST profile in CSV 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

SISTR Parameters

ParameterTypeDefaultDescription
--sistr_full_cgmlstbooleanfalseUse the full set of cgMLST alleles which can include highly similar alleles

Used By

Subworkflows

  • sistr - Salmonella In Silico Typing Resource command-line tool.

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

Version

SISTR:
- sistr_cmd: 1.1.3