Skip to main content

gigatyper

Tags: mlst typing multi-scheme sample-scope

Run all available MLST schemes for a species against an assembly

This subworkflow uses GigaTyper to run all available mlst schemes for a species against an assembly. 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
tsvMLST results across all schemes

run_outputs

OutputDescription
csvA merged TSV file with gigatyper results from all samples

Module Composition

This subworkflow calls the following modules:

  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.
  • gigatyper - Run all available MLST schemes for a species against an assembly

Used By

This subworkflow is used by the following workflows:

  • gigatyper - Run all available MLST schemes for a species against an assembly

Citations

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

Source

View source on GitHub