Permalink
Commits on Mar 20, 2017
  1. 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
    cmungall committed Mar 20, 2017
Commits on Mar 13, 2017
  1. Merge pull request #70 from julesjacobsen/57-loader_refactor

    57 loader refactor
    jnguyenx committed on GitHub Mar 13, 2017
  2. 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 committed Mar 13, 2017
  3. 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 committed Mar 13, 2017
Commits on Mar 10, 2017
  1. Merge pull request #67 from monarch-initiative/58-docker

    [#58] Added Dockerfile
    jnguyenx committed on GitHub Mar 10, 2017
  2. [#58] added species

    jnguyenx committed Mar 10, 2017
Commits on Mar 9, 2017
  1. [#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.
    jnguyenx committed Mar 9, 2017
Commits on Mar 8, 2017
  1. 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 committed Mar 8, 2017
  2. Merge pull request #64 from monarch-initiative/62-guice

    [#62] moved guice modules away from core
    jnguyenx committed on GitHub Mar 8, 2017
Commits on Mar 7, 2017
  1. typos

    cmungall committed Mar 7, 2017
  2. Merge pull request #60 from monarch-initiative/frequency-awareness

    WIP: first pass at frequency-awareness
    cmungall committed on GitHub Mar 7, 2017
Commits on Mar 4, 2017
Commits on Mar 3, 2017
  1. [#58] first draft

    jnguyenx committed Mar 3, 2017
Commits on Mar 2, 2017
  1. reducing logging

    cmungall committed Mar 2, 2017
  2. reducing logging

    cmungall committed Mar 2, 2017
  3. fixing typo in property name

    cmungall committed Mar 2, 2017
Commits on Feb 15, 2017
  1. tests

    cmungall committed Feb 15, 2017
  2. Merge pull request #52 from monarch-initiative/44-smartapi

    [#44] almost working generated json. Blocked by a swagger-core bug
    cmungall committed on GitHub Feb 15, 2017
  3. adding missing

    cmungall committed Feb 15, 2017
Commits on Feb 13, 2017
  1. docs for NB3state

    cmungall committed Feb 13, 2017
Commits on Feb 11, 2017
  1. [#44] changed formatting

    jnguyenx committed Feb 11, 2017
  2. documentation and formatting

    cmungall committed Feb 11, 2017
Commits on Feb 10, 2017
Commits on Feb 9, 2017
Commits on Feb 7, 2017
  1. Merge pull request #48 from monarch-initiative/44-smartapi

    [#44] smartapi reported errors
    cmungall committed on GitHub Feb 7, 2017