From ce77f735b36c2909ac79c86b673f057eded23f1a Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 9 Jul 2015 19:37:35 +0000 Subject: Forgot to add one change to the last commit --- wqflask/maintenance/get_group_samplelists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/maintenance/get_group_samplelists.py b/wqflask/maintenance/get_group_samplelists.py index 3b3930ad..b8397b47 100755 --- a/wqflask/maintenance/get_group_samplelists.py +++ b/wqflask/maintenance/get_group_samplelists.py @@ -51,7 +51,7 @@ def get_samplelist_from_plink(genofilename): samplelist = [] for line in genofile: - line = line.split("\t") + line = line.split(" ") samplelist.append(line[0]) return samplelist \ No newline at end of file -- cgit v1.2.3