ComparativeGenomicsToolkit / cactus

Official home of genome aligner based upon notion of Cactus graphs
Other
523 stars 111 forks source link

WIP: ODGI integration #1042

Closed glennhickey closed 1 year ago

glennhickey commented 1 year ago

odgi is a spiritual successor to vg. It includes some new pangenome analysis tools, and some really interesting visualizations.

This PR adds support for odgi output in cactus-pangenome / cactus-graphmap-join for the whole genome (--odgi) and by chromosome (--chrom-og).

The --viz option is added to produce 1D (odgi viz) images for each chromosome. And the --draw option is added to produce 2D (odgi draw) images for each chromosome.

Some things to do before merging: