Skip to main content

gamma

Tags: gene allele mutation variant antimicrobial-resistance sample-scope

Gene Allele Mutation Microbial Assessment.

This subworkflow performs rapid identification, classification, and annotation of translated gene matches from sequencing data using GAMMA. The tool screens input sequences against a protein database to identify gene variants, mutations, and allele types, providing detailed annotation and classification.

Take

assembly: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
assemblyAssembly files in FASTA format for gene allele identification
db: Path
NameTypeDescription
dbPathProtein database file for sequence comparison (required)

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
gammaMain GAMMA output file containing annotated gene matches
pslRaw alignment details in PSL format
gffGene matches in GFF3 format
fastaExtracted nucleotide sequences of the matched genes

run_outputs

OutputDescription
csvAggregated results in CSV format

Module Composition

This subworkflow calls the following modules:

  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.
  • gamma - Identification, classification, and annotation of translated gene matches.

Used By

This subworkflow is used by the following workflows:

  • gamma - Identification, classification, and annotation of translated gene matches.

Citations

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

Source

View source on GitHub