aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorBonfaceKilz2021-04-19 14:43:16 +0300
committerBonfaceKilz2021-04-23 17:42:26 +0300
commitb0ccb12682fed83bf72d22ff42f1f442a8e6176e (patch)
treed0a9bb84afa7fe6c72adf5b2a0ef46e7c77483a3 /wqflask/utility
parenta04d089e7db0a924f7de0eb38c7dc0d043b1d75b (diff)
downloadgenenetwork2-b0ccb12682fed83bf72d22ff42f1f442a8e6176e.tar.gz
Remove stale comments
Diffstat (limited to 'wqflask/utility')
-rw-r--r--wqflask/utility/helper_functions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/wqflask/utility/helper_functions.py b/wqflask/utility/helper_functions.py
index 7eb7f013..15d5b3ab 100644
--- a/wqflask/utility/helper_functions.py
+++ b/wqflask/utility/helper_functions.py
@@ -10,7 +10,6 @@ import logging
logger = logging.getLogger(__name__ )
def get_species_dataset_trait(self, start_vars):
- #assert type(read_genotype) == type(bool()), "Expecting boolean value for read_genotype"
if "temp_trait" in list(start_vars.keys()):
if start_vars['temp_trait'] == "True":
self.dataset = data_set.create_dataset(dataset_name = "Temp", dataset_type = "Temp", group_name = start_vars['group'])
@@ -27,9 +26,6 @@ def get_species_dataset_trait(self, start_vars):
get_qtl_info=True)
logger.debug("After creating trait")
- #if read_genotype:
- #self.dataset.group.read_genotype_file()
- #self.genotype = self.dataset.group.genotype
def get_trait_db_obs(self, trait_db_list):
if isinstance(trait_db_list, str):