diff options
author | zsloan | 2020-07-08 13:00:30 -0500 |
---|---|---|
committer | zsloan | 2020-07-08 13:00:30 -0500 |
commit | ddc7dfa6afb2ae02d6a23e345d408ec1ec73b1aa (patch) | |
tree | afec70906bff8940fac5dfbcfdf0930bc987a53f /wqflask/base | |
parent | b026c18a1263f84cbed86018e3ba2d20e97b61d4 (diff) | |
download | genenetwork2-ddc7dfa6afb2ae02d6a23e345d408ec1ec73b1aa.tar.gz |
Removed remaining unused references to the old qtlreaper
Diffstat (limited to 'wqflask/base')
-rw-r--r-- | wqflask/base/trait.py | 2 |
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 |