diff options
author | Zachary Sloan | 2013-03-12 22:22:49 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-12 22:22:49 +0000 |
commit | e71ec85ba3fc7ac45d035c7c1363b36aed709433 (patch) | |
tree | 7d64d2b2d5cedf0db0150076c6f0e2b5fdd31496 /wqflask/utility | |
parent | 990d72e48c9fbf3fa976e435ad7645cfb8f3301d (diff) | |
download | genenetwork2-e71ec85ba3fc7ac45d035c7c1363b36aed709433.tar.gz |
Got cashing working with pickle
Diffstat (limited to 'wqflask/utility')
-rw-r--r-- | wqflask/utility/helper_functions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/utility/helper_functions.py b/wqflask/utility/helper_functions.py index 56b409e6..28242c27 100644 --- a/wqflask/utility/helper_functions.py +++ b/wqflask/utility/helper_functions.py @@ -12,7 +12,7 @@ def get_species_dataset_trait(self, start_vars): self.this_trait = GeneralTrait(dataset=self.dataset.name, name=start_vars['trait_id'], cellid=None) - + #if read_genotype: self.dataset.group.read_genotype_file() - self.genotype = self.dataset.group.genotype + #self.genotype = self.dataset.group.genotype |