about summary refs log tree commit diff
path: root/gn3/case_attributes.py
diff options
context:
space:
mode:
authorzsloan2024-11-14 21:06:24 +0000
committerzsloan2024-11-14 21:06:31 +0000
commit12492bf5ceb1ed014dbab8738d5517a809396c4a (patch)
tree95f10476e00d1dff399f68b0d4575144652536e2 /gn3/case_attributes.py
parent5ea318ef0dc5e0e54801d5d27aa9d55c168cabb0 (diff)
downloadgenenetwork3-12492bf5ceb1ed014dbab8738d5517a809396c4a.tar.gz
Fix case attribute query
Diffstat (limited to 'gn3/case_attributes.py')
-rw-r--r--gn3/case_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py
index 9baff1e..1e74403 100644
--- a/gn3/case_attributes.py
+++ b/gn3/case_attributes.py
@@ -186,7 +186,7 @@ def __case_attribute_values_by_inbred_set__(
             "ON ca.CaseAttributeId=caxrn.CaseAttributeId "
             "INNER JOIN Strain AS s "
             "ON caxrn.StrainId=s.Id "
-            "WHERE ca.InbredSetId=%(inbredset_id)s "
+            "WHERE caxrn.InbredSetId=%(inbredset_id)s "
             "ORDER BY StrainName",
             {"inbredset_id": inbredset_id})
         return tuple(