-
implemented a simple boolean matcher. This can be thought of as a sim…
…ple boolean limit case of other matchers; e.g. jaccard with a floor function. although this is not anticipated to be useful for the general phenotype search use case, it can be useful to leverage owlsim services for doing basic queries of the form: find all genes with phenotypes A and B but not C
-
Merge pull request #70 from julesjacobsen/57-loader_refactor
57 loader refactor
-
Issue #57 - Added new OwlKnowledgeBase class as a main entry point fo…
…r creating a BMKnowledgeBaseOWLAPIImpl - @deprecated OWLLoader. Added new supporting classes Ontology and OntologyDataSource, OntologyLoadException to help the OwlKnowledgeBase do its thing. OWLLoader is only partially removed from the tests at present. Removed overly verbose logging from FilterEngine. Added commented-out clean-up of KnowledgeBaseModule - server still fails to start with ot without this.
julesjacobsen committedMar 13, 2017 -
Added back missing code from bungled merge.
julesjacobsen committedMar 13, 2017 -
Changed Optional from Guava to Java.util version.
julesjacobsen committedMar 13, 2017 -
Merge branch 'master' of https://github.com/monarch-initiative/owlsim-v3
into 57-loader_refactor # Conflicts: # owlsim-core/src/main/java/org/monarchinitiative/owlsim/kb/impl/BMKnowledgeBaseOWLAPIImpl.java
julesjacobsen committedMar 13, 2017
-
Updated pom to use Guava 21 as this has support for Java 8 streams.
julesjacobsen committedMar 10, 2017 -
Merge pull request #67 from monarch-initiative/58-docker
[#58] Added Dockerfile
-
-
Merge branch 'master' into 58-docker
jnguyenx committedMar 10, 2017
-
[#62] we still need the the inject indicator for guice. We can the ma…
…tcher package through java reflection and let the injector construct the objects.
-
Updated BMKnowledgeBaseOWLAPIImpl to use java.util.Optional as now pr…
…oduced from CurieUtil. Removed useless right-hand class types from collection initialisation. e.g. = new ArrayList<String>() -> new ArrayList<>();
julesjacobsen committedMar 8, 2017 -
Bumped curie-util version to 0.0.2.
julesjacobsen committedMar 8, 2017 -
Merge pull request #64 from monarch-initiative/62-guice
[#62] moved guice modules away from core
-
-
-
Merge pull request #60 from monarch-initiative/frequency-awareness
WIP: first pass at frequency-awareness
-
jnguyenx committed
Mar 3, 2017
-
Merge pull request #52 from monarch-initiative/44-smartapi
[#44] almost working generated json. Blocked by a swagger-core bug
-
-
documentation and formatting fixes
cmungall committedFeb 10, 2017
-
Merge pull request #48 from monarch-initiative/44-smartapi
[#44] smartapi reported errors