Skip to content

Commit

Permalink
Added links to (new) online guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 24, 2024
1 parent 43b7b9b commit f4b8362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static List<IAssertion> chebiWithoutMapping_Reactome(SPARQLHelper helper)
}

public static List<IAssertion> chebiWithoutMapping(SPARQLHelper helper) throws Exception {
Test test = new Test("WikidataTests", "chebiWithoutMapping");
Test test = new Test("WikidataTests", "chebiWithoutMapping", "ChEBI identifier without a match in Wikidata", true);
List<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("missing/wikidata/metaboliteChEBI.rq");
StringMatrix table = SPARQLHelper.classicify(helper.sparql(sparql), "homepage");
Expand Down Expand Up @@ -387,7 +387,7 @@ public static List<IAssertion> chemspiderCIDWithoutMapping(SPARQLHelper helper)
}

public static List<IAssertion> lipidMapsWithoutMapping(SPARQLHelper helper) throws Exception {
Test test = new Test("WikidataTests", "lipidMapsWithoutMapping");
Test test = new Test("WikidataTests", "lipidMapsWithoutMapping", "LIPID MAPS identifier without a match in Wikidata", true);
List<IAssertion> assertions = new ArrayList<>();
String sparql = ResourceHelper.resourceAsString("missing/wikidata/metaboliteLipidMaps.rq");
StringMatrix table = SPARQLHelper.classicify(helper.sparql(sparql), "homepage");
Expand Down

0 comments on commit f4b8362

Please sign in to comment.