Skip to main content

stecfinder

Tags: stec e.-coli virulence serotype typing sample-scope

Serotype of Shigatoxin producing E. coli using reads/assemblies.

Uses STECFinder to identify Shiga toxin-producing Escherichia coli (STEC) serotypes and virulence factors from genome assemblies or sequencing reads.

Inputs

record (
meta: Record,
fna: Path,
r1: Path?,
r2: Path?,
se: Path?,
lr: Path?
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format
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,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathTSV file with STEC gene markers results
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

STECFinder Parameters

ParameterTypeDefaultDescription
--stecfinder_use_readsbooleanfalsePaired-end Illumina reads will be used instead of assemblies
--stecfinder_hitsbooleanfalseShow detailed gene search results
--stecfinder_cutoffnumber10.0Minimum read coverage for gene to be called
--stecfinder_lengthnumber50.0Percentage of gene length needed for positive call

Used By

Subworkflows

  • stecfinder - Identify and serotype Shiga toxin-producing E. coli (STEC) from assemblies.

Workflows

  • stecfinder - Serotype identification of Shiga toxin-producing E. coli.

Citations

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

Source

View source on GitHub

Version

STECFINDER:
- stecfinder: 1.1.2