Skip to content

Releases: INCATools/obographviz

v0.4.3

13 Sep 16:34
6f16634
Compare
Choose a tag to compare

What's Changed

  • Use cross-platform temp file and file opening utilities by @pkalita-lbl in #30

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Sep 21:55
63ac6a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Jul 19:47
Compare
Choose a tag to compare

Fix bug where executable script was pointing to lib (which isn't published) instead of dist directory.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Jul 19:45
Compare
Choose a tag to compare

🚨 DO NOT INSTALL THIS VERSION FROM NPM 🚨

This version is a major reorganization of the repo. It is now designed to be installed via NPM with an executable called og2dot (as opposed to the old model of cloning the repo and directly executing the script og2dot.js). However there is a bug in this version that prevents the executable from running. Use v0.4.1 instead.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Jul 19:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...v0.3.0

0.2.2 release: equivalence cliques

09 May 22:23
Compare
Choose a tag to compare

This new release allows for the nesting of equivalence cliques from either xrefs or equivalence axioms.

Starting with a defined set of predicates/properties (for example, the obo “xref” property, or an owl equivalentClasses declaration between two classes), it will transitively expand these until a maximal clique is found for each node. All such mutually connected nodes with then be visualized inside one of these cliques.

An example is shown below (Uberon (yellow) aligned with ZFA (black) and two Allen Brain Atlas ontologies (grey and pink); each ontology has its own color; any set of species-equivalent nodes are clustered together with a box drawn around them. isa=black, part_of=blue). Classes that are unique to a single ontology are shown without a bounding box.

img

0.1.3 release

09 May 17:21
Compare
Choose a tag to compare
  • Nesting of equivalence cliques

0.1.2 release

13 Dec 19:12
Compare
Choose a tag to compare
  • addition of stylesheets