From f9daf24a167c3600f33db97749fcd2149a72a9c7 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 7 Mar 2012 16:02:59 -0800 Subject: [PATCH] Change name of term used for conditions to condition_term --- encode_submission/ucsc_gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode_submission/ucsc_gather.py b/encode_submission/ucsc_gather.py index d0d0f5c..94ab220 100644 --- a/encode_submission/ucsc_gather.py +++ b/encode_submission/ucsc_gather.py @@ -235,7 +235,7 @@ WHERE { OPTIONAL { ?library libraryOntology:library_id ?labExpId } OPTIONAL { ?library libraryOntology:library_id ?labVersion } OPTIONAL { ?library libraryOntology:replicate ?replicate } - OPTIONAL { ?library libraryOntology:condition ?treatment } + OPTIONAL { ?library libraryOntology:condition_term ?treatment } OPTIONAL { ?library ucscDaf:protocol ?protocol } OPTIONAL { ?library ucscDaf:readType ?readType } OPTIONAL { ?library ucscDaf:strain ?strain } -- 2.30.2