aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorPjotr Prins2020-07-25 11:54:10 +0100
committerPjotr Prins2020-07-25 11:54:10 +0100
commit9b1dd2f67d51de2d6cdb687ee332597ba010a0ac (patch)
tree867daa39bc6aa9c0e85c174700d717398745d20e /wqflask/base/webqtlConfig.py
parent9f8beacddb71aac9905c896b9d81caf45b4735a0 (diff)
downloadgenenetwork2-9b1dd2f67d51de2d6cdb687ee332597ba010a0ac.tar.gz
Removing bimbam check. We'll get rid of bimbam anyway.
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r--wqflask/base/webqtlConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 3d86bc22..862ac881 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -85,7 +85,7 @@ assert_writable_dir(GENERATED_TEXT_DIR)
# Flat file directories
GENODIR = flat_files('genotype')+'/'
assert_dir(GENODIR)
-assert_dir(GENODIR+'bimbam') # for gemma
+# assert_dir(GENODIR+'bimbam') # for gemma
# JSON genotypes are OBSOLETE
JSON_GENODIR = flat_files('genotype/json')+'/'