Skip to main content

seqsero2

Tags: salmonella serotype prediction seqsero2 antigen sample-scope

Salmonella serotype prediction from genome sequencing data.

Uses SeqSero2 to predict Salmonella serotypes from raw sequencing reads or genome assemblies using specific O-antigen and H-antigen markers.

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathFASTQ reads or Assembled contigs

Outputs

record (
meta: Record,
tsv: Path,
txt: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathSeqSero2 serotype prediction results in TSV format
txtPathSeqSero2 serotype prediction results in text 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

SeqSero2 Parameters

ParameterTypeDefaultDescription
--seqsero2_run_modestringkWorkflow to run. 'a' allele mode, or 'k' k-mer mode (choices: a, k)
--seqsero2_input_typestringassemblyInput format to analyze. 'assembly' or 'fastq' (choices: assembly, fastq)

Used By

Subworkflows

  • seqsero2 - Predict Salmonella serotypes from genome assemblies.

Workflows

  • seqsero2 - Salmonella serotype prediction from sequencing reads or assemblies.

Citations

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

Source

View source on GitHub

Version

SEQSERO2:
- seqsero2: 1.3.2