aboutsummaryrefslogtreecommitdiff
path: root/wqflask/maintenance/get_group_samplelists.py
diff options
context:
space:
mode:
authorZachary Sloan2013-08-02 17:55:39 -0500
committerZachary Sloan2013-08-02 17:55:39 -0500
commitcf42e71c07efc772c15956b75db374f0f2849cac (patch)
tree5cd314eabeb8acd60b0c02652896157f1e6037d6 /wqflask/maintenance/get_group_samplelists.py
parent7eb7c55b3d0effdfcd359f12447f99568407f086 (diff)
downloadgenenetwork2-cf42e71c07efc772c15956b75db374f0f2849cac.tar.gz
Fixed a bug related to groups with genofiles (not sure if it makes sense
for them not to have genofiles yet)
Diffstat (limited to 'wqflask/maintenance/get_group_samplelists.py')
-rw-r--r--wqflask/maintenance/get_group_samplelists.py2
1 files changed, 2 insertions, 0 deletions
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')):