From ed7814a6c44c99dd5eb5c5a92ec22f20342f4e22 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 3 Jul 2024 11:16:20 +0300 Subject: Use correct cache for RIF/Wiki entries. Signed-off-by: Munyoki Kilyungi --- scripts/index-genenetwork | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/index-genenetwork b/scripts/index-genenetwork index 65f0185..1775297 100755 --- a/scripts/index-genenetwork +++ b/scripts/index-genenetwork @@ -129,7 +129,7 @@ phenotypes_query = SQLQuery( SQLTableClause("LEFT JOIN", "Geno", "PublishXRef.Locus = Geno.Name AND Geno.SpeciesId = Species.Id")]) -RIF_CACHE_QUERY = """ +WIKI_CACHE_QUERY = """ PREFIX rdf: PREFIX rdfs: PREFIX gnt: @@ -145,7 +145,7 @@ _:node rdf:type gnc:GNWikiEntry ; } GROUP BY ?speciesName ?symbolName """ -WIKI_CACHE_QUERY = """ +RIF_CACHE_QUERY = """ PREFIX rdf: PREFIX rdfs: PREFIX gnt: -- cgit v1.2.3