From: Diane Trout Date: Thu, 8 Mar 2012 00:02:59 +0000 (-0800) Subject: Change name of term used for conditions to condition_term X-Git-Tag: v0.5.5~49 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=f9daf24a167c3600f33db97749fcd2149a72a9c7 Change name of term used for conditions to condition_term --- 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 }