about summary refs log tree commit diff
path: root/wqflask/maintenance
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/maintenance')
-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')):