aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorZachary Sloan2013-01-03 18:15:32 -0600
committerZachary Sloan2013-01-03 18:15:32 -0600
commit91ed29ef68e8ad29b728f7f574ccc83730d9f7ab (patch)
tree14ab5e3014f5c0a1d8197d2a5587b627e97133ea /wqflask/base/data_set.py
parentfb1c44d09f47fa2e72a90df286ff8bb2a3107f2c (diff)
downloadgenenetwork2-91ed29ef68e8ad29b728f7f574ccc83730d9f7ab.tar.gz
Began working on marker_regression.py and created Chromosomes class
in species.py
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/base/data_set.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 36d4acaf..50ef8f57 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -85,8 +85,8 @@ class DatasetGroup(object):
self.f1list = None
self.parlist = None
self.allsamples = None
-
-
+
+
#def read_genotype(self):
# self.read_genotype_file()
#
@@ -158,8 +158,8 @@ class DataSet(object):
self.retrieve_other_names()
- self.species = species.TheSpecies(self)
self.group = DatasetGroup(self) # sets self.group and self.group_id and gets genotype
+ self.species = species.TheSpecies(self)