Skip to content

Releases: pangenome/odgi

fastify everything

17 Dec 18:41
@ekg ekg
a33c73a

Choose a tag to compare

This updates odgi's node_t objects to store edges and path steps in DYNAMIC hacked_vectors (bit-packed vectors), and adds an encoder to reduce the bitwidth of the path step vector (as in the dynamic GBWT).

Paths can be added and manipulated in parallel. Locking is provided by atomic flags on each node and the path metadata objects. The path metadata is accessed through lock free maps keyed by string and integer. This allows us to build graphs from GFA in parallel. The graph is no longer copyable due to its inclusion of these atomic primitives.

The apply_ordering function, long a thorn in the side of odgi, is rewritten so that each stage of the rewrite occurs in parallel. Relativistic updates to the node path encoding can be applied in parallel, efficiently. This reduces a major single-threaded runtime bottleneck when manipulating graphs with the odgi toolkit.

The odgi serialized format is not compatible with previous versions. The magic number in the file has been changed to reflect this.

back to old ABI

26 Apr 06:30
@ekg ekg

Choose a tag to compare

Testing demonstrated that there was not a significant improvement when using the updated version of the ABI in v0.4, so this drops us back to the previous ABI. Sorry for the noise.

edgy

25 Apr 15:27
@ekg ekg
965174b

Choose a tag to compare

This moves edges into their own dyn::hacked_vector, and puts the node sequence in its own string. This seems to cost a bit in memory (~10-15%) but makes it much faster to build odgi.

A point release is necessary because this breaks ABI compatibility with previous odgi files.

quarantine lockdown magic

30 Mar 18:24
@ekg ekg
08bd242

Choose a tag to compare

Another fun point release from your friends in ODGI.

Trapped in Basilicata, -Erik

point release often

05 Feb 10:09
@ekg ekg
d4bef75

Choose a tag to compare

Things are still pretty fluid, but the system is stabilizing.

We now write magic numbers in the odgi file.

Otherwise, most changes are to command line tools.

We are also building up documentation.

initial release

08 Nov 09:39
@ekg ekg
73969df

Choose a tag to compare

This tags an initial release of odgi. This is meant to allow for packaging in bioconda, per #55.

odgi is relatively stable now, but I think some aspects may still change, thus the v0.1 tag.