From 12492bf5ceb1ed014dbab8738d5517a809396c4a Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 14 Nov 2024 21:06:24 +0000 Subject: Fix case attribute query --- gn3/case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/case_attributes.py') 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( -- cgit 1.4.1