Skip to main content

legsta

Tags: bacteria legionella pneumophila typing sbt mlst serogroup sample-scope

In silico Sequence Based Typing (SBT) of Legionella pneumophila.

Uses Legsta to determine the Sequence Based Type (SBT) of L. pneumophila isolates. It aligns the assembly against the standard 7-gene schema (flaA, pilE, asd, mip, mompS, proA, neuA) to assign allele numbers and the resulting Sequence Type.

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathTab-delimited Legionella pneumophila SBT results with allele numbers and sequence type
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

legsta Parameters

ParameterTypeDefaultDescription
--legsta_noheaderbooleanfalseDon't print header row

Used By

Subworkflows

  • legsta - In silico Legionella pneumophila Sequence Based Typing.

Workflows

  • legsta - Sequence Based Typing (SBT) of Legionella pneumophila.

Citations

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

Source

View source on GitHub

Version

LEGSTA:
- legsta: 0.5.2