Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

implemented a simple boolean matcher. #74

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Owner

cmungall commented Mar 20, 2017

This can be thought of as a simple 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 cmungall 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
ebdc9dc
Owner

drseb commented Mar 20, 2017

Indeed important!

Owner

cmungall commented Mar 20, 2017

Travis seems to be failing due to too much log output, need to investigate...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment