Skip to main content

stxtyper

Tags: stx shiga-toxin typing stec virulence sample-scope

Identify and type Stx operons from assembled genomic sequences

This subworkflow uses StxTyper to identify and type stx operons from assembled genomic sequences. It processes each sample individually and aggregates the results into a single consolidated report.

Take

fna: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
fnaAssembled contigs in FASTA format

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
tsvTab-delimited Stx operon typing results

run_outputs

OutputDescription
csvA merged TSV file with stxtyper results from all samples

Module Composition

This subworkflow calls the following modules:

  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.
  • stxtyper - Identify and type Stx operons from assembled genomic sequences

Used By

This subworkflow is used by the following workflows:

  • stxtyper - Identify and type Stx operons from assembled genomic sequences

Citations

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

Source

View source on GitHub