Skip to content

v0.5.13

Compare
Choose a tag to compare
@cmungall cmungall released this 02 Aug 20:52
· 110 commits to main since this release
a8925bb

Highlights

Fill table now allows for obsoletion rewiring

PR: #625

This fixes #625

given a table of single-cell data sc.tsv:

dataset term
sc-Martinotti CL:4023067
sc-Martinotti CL:4023027

Running

runoak -i sqlite:obo:cl fill-table --relation "{primary_key: term, dependent_column: replacement_term, relation: IAO:0100001}" --allow-missing tests/input/cl-obs.tsv sc.tsv

Will produce:

dataset term replacement_term
sc-Martinotti CL:4023067 PCL:1000004
sc-Martinotti CL:4023027

Inclusion of ABox some-values-from assertions

PR: #624

Previously axioms like the anonymous Type assertion here we not included in the graph projection:

image

Now they are:

image

Logical Definition Analysis

What's Changed

New Contributors

Full Changelog: v0.5.12...v0.5.13