aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorzsloan2018-02-12 17:10:10 +0000
committerzsloan2018-02-12 17:10:10 +0000
commitad0e101fd8a0714dea8efa6a5867936f32960e15 (patch)
tree0f55a5f8c8d1bf0ac0b0390daa56c2a8c3e25aa1 /wqflask/base/webqtlConfig.py
parenta91c0c240e3534567f65b16578bcfaf72a9055c9 (diff)
parente8353466b9e1a90bc4ba6336532c743ae4b10fd2 (diff)
downloadgenenetwork2-ad0e101fd8a0714dea8efa6a5867936f32960e15.tar.gz
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r--wqflask/base/webqtlConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 1ef2bc26..1e66e957 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -82,6 +82,7 @@ assert_writable_dir(GENERATED_TEXT_DIR)
# Flat file directories
GENODIR = flat_files('genotype')+'/'
assert_dir(GENODIR)
+assert_dir(GENODIR+'bimbam') # for gemma
# JSON genotypes are OBSOLETE
JSON_GENODIR = flat_files('genotype/json')+'/'