Skip to main content

genotyphi

Tags: salmonella typhi genotype antimicrobial-resistance sample-scope

Assign genotypes to Salmonella Typhi genomes.

This subworkflow assigns genotypes to Salmonella Typhi genomes based on Mykrobe results using GenoTyphi. The workflow first runs Mykrobe for antimicrobial resistance prediction on sequencing reads, then processes the results with GenoTyphi to assign specific genotypes based on the presence of known genetic markers.

Uses explicit positional record fields for reads:

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

Take

reads: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
r1Illumina R1 reads (paired-end)
r2Illumina R2 reads (paired-end)
seSingle-end Illumina reads
lrLong reads (ONT/PacBio)

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
tsvA tab-delimited report containing the assigned GenoTyphi genotype

run_outputs

OutputDescription
csvAggregated results in CSV format

Module Composition

This subworkflow calls the following modules:

  • mykrobe_predict - Predict Antimicrobial Resistance (AMR) for supported bacterial species.
  • genotyphi_parse - Parse Mykrobe results to genotype Salmonella Typhi.
  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.

Used By

This subworkflow is used by the following workflows:

  • genotyphi - Salmonella Typhi genotyping with lineage assignment.

Citations

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

Source

View source on GitHub