From cf42e71c07efc772c15956b75db374f0f2849cac Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 2 Aug 2013 17:55:39 -0500 Subject: Fixed a bug related to groups with genofiles (not sure if it makes sense for them not to have genofiles yet) --- wqflask/maintenance/get_group_samplelists.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wqflask/maintenance') diff --git a/wqflask/maintenance/get_group_samplelists.py b/wqflask/maintenance/get_group_samplelists.py index 99e22904..c9ec3872 100644 --- a/wqflask/maintenance/get_group_samplelists.py +++ b/wqflask/maintenance/get_group_samplelists.py @@ -8,6 +8,8 @@ from base import webqtlConfig def process_genofiles(geno_dir=webqtlConfig.GENODIR): + print("Yabba") + #sys.exit("Dabba") os.chdir(geno_dir) for geno_file in glob.glob("*"): if geno_file.lower().endswith(('.geno', '.geno.gz')): -- cgit 1.4.1