aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2020-07-08 13:00:30 -0500
committerzsloan2020-07-08 13:00:30 -0500
commitddc7dfa6afb2ae02d6a23e345d408ec1ec73b1aa (patch)
treeafec70906bff8940fac5dfbcfdf0930bc987a53f /wqflask/base
parentb026c18a1263f84cbed86018e3ba2d20e97b61d4 (diff)
downloadgenenetwork2-ddc7dfa6afb2ae02d6a23e345d408ec1ec73b1aa.tar.gz
Removed remaining unused references to the old qtlreaper
Diffstat (limited to 'wqflask/base')
-rw-r--r--wqflask/base/trait.py2
1 files changed, 1 insertions, 1 deletions
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