diff options
author | zsloan | 2020-07-28 12:51:54 -0500 |
---|---|---|
committer | zsloan | 2020-07-28 12:51:54 -0500 |
commit | 8e93afc7bcbb5bc12e43b0cdd2158894f633ae87 (patch) | |
tree | d1ba4c6a62023259679682f33e20bbc307955ab2 /wqflask/base/webqtlConfig.py | |
parent | 92088d72ad284a664eb1a53127c13ca2e6b4f602 (diff) | |
parent | 40f761b5b1f4e5fe24dde4ace91065f1007c0aa1 (diff) | |
download | genenetwork2-8e93afc7bcbb5bc12e43b0cdd2158894f633ae87.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.py | 2 |
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')+'/' |