Skip to content

Commit

Permalink
There is online documentation now
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 16, 2024
1 parent 7f0fb27 commit 4797ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ else if (allowedInteractions.containsKey(nonmetabolite) &&
}

public static List<IAssertion> 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<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("interactions/noGeneProteinConversions.rq");
StringMatrix table = SPARQLHelper.classicify(helper.sparql(sparql), "pathway");
Expand Down

0 comments on commit 4797ba7

Please sign in to comment.