ODGI
Supported Tool
Analysis and manipulation of pangenome graphs structured in the variation graph model
The odgi module parses odgi stats reports. It is specifically designed to parse the output of a command like:
It is not guaranteed that output created using any other parameter combination can be parsed using this module.
It solely works with report files generated by odgi stats
in .yaml
format, which look like the following:
For the odgi module to discover the odgi stats reports, the file must match one of the following patterns:
- “*.og.stats.yaml”
- “*.og.stats.yml”
- “*.odgi.stats.yaml”
- “*.odgi.stats.yml”
A bar graph is generated, which shows the length, number of nodes, edges and paths for each sample. Additionally,
a second bar graph is generated visualizing the in_node_space
and in_nucleotide_space
for every sample.
It is possible to add custom content to your MultiQC report including
odgi viz or
odgi draw PNGs.
Ensure that the names of the PNGs match *_odgi_viz_mqc.png
.