Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest #416

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.geneontology.minerva.lookup.ExternalLookupService;
import org.geneontology.minerva.lookup.GolrExternalLookupService;
import org.geneontology.minerva.lookup.ExternalLookupService.LookupEntry;
import org.junit.Ignore;
import org.junit.Test;
import org.semanticweb.owlapi.model.IRI;

Expand Down Expand Up @@ -112,7 +113,7 @@ public void testLookupGeneProductCls() throws Exception {
assertEquals(1, lookup.size());
e = lookup.get(0);
assertEquals("PHO85 Scer", e.label);
assertEquals(15, e.isa_closure.size());
assertTrue(e.isa_closure.size() >= 15);
assertTrue(e.isa_closure.contains("CHEBI:33695"));
//
// //example non-gene obo:ComplexPortal_CPX-900 http://purl.obolibrary.org/obo/ComplexPortal_CPX-900
Expand Down