odgi
Supported Tool
is an optimized dynamic graph/genome implementation.
Description
The odgi module parses odgi stats reports. It is specifically designed to parse the output of
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
.
File search patterns
odgi:
- fn: "*.og.stats.yaml"
- fn: "*.og.stats.yml"
- fn: "*.odgi.stats.yaml"
- fn: "*.odgi.stats.yml"