From ddc7dfa6afb2ae02d6a23e345d408ec1ec73b1aa Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 8 Jul 2020 13:00:30 -0500 Subject: Removed remaining unused references to the old qtlreaper --- wqflask/base/trait.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/base') diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index 8e11c11d..ecb9dcd9 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -403,7 +403,7 @@ def retrieve_trait_info(trait, dataset, get_qtl_info=False): Publication.Month, Publication.Year, PublishXRef.Sequence, Phenotype.Units, PublishXRef.comments FROM - PublishXRef, Publication, Phenotype, PublishFreeze + PublishXRef, Publication, Phenotype, PublishFreeze, InbredSet WHERE PublishXRef.Id = %s AND Phenotype.Id = PublishXRef.PhenotypeId AND -- cgit v1.2.3