diff options
author | zsloan | 2018-01-24 20:14:06 +0000 |
---|---|---|
committer | zsloan | 2018-01-24 20:14:06 +0000 |
commit | 4634cf87761980a1682473211259698b7be720e4 (patch) | |
tree | 7168293e7cf674a4250ea84080bd83112552ae93 /wqflask/base | |
parent | 623cdd2cfafc3d2dd45bc1adf460c9f3c5120e7a (diff) | |
parent | 56065c9f994c9247eaa17e5216d44d0e5e733aa2 (diff) | |
download | genenetwork2-4634cf87761980a1682473211259698b7be720e4.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
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]) |