Closed Rktf closed 10 months ago
Yes, it is possible!
odgi paths -i your_graph.og -L | cut -f 1,2 | sort | uniq > your_prefixes.txt
odgi viz -i your_graph.og -o your_visualization.png -M your_prefixes.txt
@AndreaGuarracino Many thanks for your answer. It helps me
Greetings,
I want to display 10 genomes alignment with odgi. 1 of those genomes contains 36 chromosomes. When using odgi viz, I got 1 chromosome by row. i.e, I got many raws for genome sequence n°1, many rows for genome sequence n°2, etc...
Is there any possibility to display whole genome with all the chromosome for each line? i.e, 1 whole genome per line inside the png outputed by odgi.
Many thanks in advance