Skip to main content

shigatyper

Tags: shigella serotype typing illumina nanopore reads sample-scope

Shigella serotype from Illumina or Oxford Nanopore reads.

Uses ShigaTyper to determine the serotype of Shigella isolates using Illumina paired-end reads or Oxford Nanopore long reads. It detects serotype-specific genes and markers to provide a predicted serotype.

Uses explicit positional record fields for reads:

  • Input: record(meta, r1, r2, se, lr) where each read slot is Path?

Inputs

record (
meta: Record,
r1: Path?,
r2: Path?,
se: Path?,
lr: Path?
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
r1Path?Illumina R1 reads (paired-end)
r2Path?Illumina R2 reads (paired-end)
sePath?Single-end Illumina reads
lrPath?Long reads (ONT/PacBio)

Outputs

record (
meta: Record,
tsv: Path,
hits: Set<Path?>,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathShigaTyper serotype prediction results in TSV format
hitsSet<Path?>Detailed gene hits from ShigaTyper analysis
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

Used By

Subworkflows

  • shigatyper - Predict serotypes of Shigella from reads or assemblies.

Workflows

  • shigatyper - Rapid determination of Shigella serotypes from sequencing reads.

Citations

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

Source

View source on GitHub

Version

SHIGATYPER:
- shigatyper: 2.0.5