From 4797ba755a4e3856d50579a8cdedfec85e81a0ce Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 16 Mar 2024 12:59:21 +0100 Subject: [PATCH] There is online documentation now --- .../bigcat/wikipathways/curator/tests/InteractionTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java index c2691b6..e564620 100644 --- a/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java +++ b/src/main/java/nl/unimaas/bigcat/wikipathways/curator/tests/InteractionTests.java @@ -153,7 +153,7 @@ else if (allowedInteractions.containsKey(nonmetabolite) && } public static List noGeneProteinConversions(SPARQLHelper helper, String format) throws Exception { - Test test = new Test("InteractionTests", "noGeneProteinConversions"); + Test test = new Test("InteractionTests", "noGeneProteinConversions", "Possibly wrong MIM type for Gene-Protein conversions", true); List assertions = new ArrayList<>(); String sparql = ResourceHelper.resourceAsString("interactions/noGeneProteinConversions.rq"); StringMatrix table = SPARQLHelper.classicify(helper.sparql(sparql), "pathway");