diff options
author | Pjotr Prins | 2017-12-20 09:11:31 -0600 |
---|---|---|
committer | Pjotr Prins | 2017-12-20 09:11:31 -0600 |
commit | 837ce8b9c779b1da6e4390220ccd353b289c1fca (patch) | |
tree | 7c830e9e1fffabe8e267a3ee2ef931a559c6e690 /wqflask/base | |
parent | d692e4f79f61691ecac7a14d0d7c7e93ead919e4 (diff) | |
download | genenetwork2-837ce8b9c779b1da6e4390220ccd353b289c1fca.tar.gz |
Bring in some earlier work - mostly documentation and startup handling
Diffstat (limited to 'wqflask/base')
-rw-r--r-- | wqflask/base/data_set.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 6649f8af..a4eaaa2e 100644 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -332,7 +332,7 @@ class DatasetGroup(object): if check_plink_gemma(): marker_class = HumanMarkers else: - marker_class = Markers + marker_class = Markers if self.genofile: self.markers = marker_class(self.genofile[:-5]) |