diff options
author | Pjotr Prins | 2016-10-07 10:34:32 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-07 10:34:32 +0000 |
commit | 420fd69ceda63871e9f6755112769c5615ed45f6 (patch) | |
tree | d834a125aaf99dcd04868a8907b097445f576b4b /wqflask/base/trait.py | |
parent | 0f602fd058934feaaa37eb72d055bfcfcfc9ef8f (diff) | |
parent | 28da8f4304f406b4eff5ad68757735a0cb524e94 (diff) | |
download | genenetwork2-420fd69ceda63871e9f6755112769c5615ed45f6.tar.gz |
Merge branch 'master' into chfi
Diffstat (limited to 'wqflask/base/trait.py')
-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 900e050c..32032ba7 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -363,7 +363,7 @@ class GeneralTrait(object): FROM Homologene, Species, InbredSet WHERE - Homologene.GeneId =%s AND + Homologene.GeneId ='%s' AND InbredSet.Name = '%s' AND InbredSet.SpeciesId = Species.Id AND Species.TaxonomyId = Homologene.TaxonomyId |