SSSOM-Java 0.4.0
gouttegd
released this
26 Aug 10:17
·
326 commits
to main
since this release
Changes since version 0.3.1
- SSSOM/T-OWL:
- New preprocessing functions
check_subject_existence()
andcheck_object_existence()
. - New function
set_var()
to declare mapping-dependent variables.
- New preprocessing functions
- New ROBOT command
xref-extract
to get extract mappings fromoboInOwl:hasDbXref
annotations in an ontology. - New in
sssom-inject
:- Allow loading multiple mapping sets by repeating
--sssom
option as needed. - New option
--extract
to get a mapping set directly fromoboInOwl:hasDbXref
annotations in the ontology (may be combined with--sssom
). - New
add-axiom
key in dispatch table entries.
- Allow loading multiple mapping sets by repeating
Release artifacts
sssom-core-0.4.0.jar
is the base Java library containing only the code from this project (dependencies are not included);sssom-robot-plugin-0.4.0.jar
is a plugin for ROBOT providing thesssom-inject
andxref-extract
commands, to be used with a version ROBOT that supports plugins (no such version has been released yet);sssom-robot-standalone-0.4.0.jar
includes a full distribution of ROBOT 1.9.4, where thesssom-inject
andxref-extract
commands from this project are readily available as built-in commands.