odgi 0.6.1 - Froggi
Buildable Source Tarball: odgi-v0.6.1.tar.gz
This release includes:
-
new command:
odgi tips
: identifying breakpoint positions relative to given query (reference) path(s) of all the tips in the graph or of tips of the given path(s);
-
commands support both GFA and ODGI formats as input, automatically managing the GFA to ODGI conversion;
-
an important bug has been fixed, which was preventing the use of graphs obtained with other tools or whose node IDs did not start from 1;
-
fixed a bug in
odgi viz
which resulted in hanging when applied on large pangenome graphs -
fixed a bug in
odgi extract
which resulted in extracting not requested path ranges; -
optimizations in
odgi build
andextract
; -
bug fixes and improvements in
odgi untangle
:- now it scales to whole chromosomes;
- it can emit self-depth information;
- it supports output in
PAF
format;
-
odgi viz
supports colorbrewer palettes to display coverage information; -
odgi stats
can emit output inYAML
format; -
odgi paths
can emit 'chr', 'start', 'end' information; -
odgi viz
,depth
,degree
, andstats
can work with not optimized, but compacted graphs; -
code cleaning;
-
improved command overview and documentation.