diff options
author | zsloan | 2017-08-29 16:15:46 +0000 |
---|---|---|
committer | zsloan | 2017-08-29 16:15:46 +0000 |
commit | cfe7dee2903bde6b497559e3bef4615a690819c6 (patch) | |
tree | 7325b297e5ff2cd15d31af6be3851871194b47ec /wqflask/base/webqtlConfig.py | |
parent | d86f07f616d6892707dd26c87bf70db1a50f070a (diff) | |
download | genenetwork2-cfe7dee2903bde6b497559e3bef4615a690819c6.tar.gz |
Mostly changes related to getting gemma working with covariates and BIMBAM file format
Other changes include:
- Fixing links in the network graph
- Changing button colors on show trait page
- Changing color scheme for heatmap
- Making rows highlight in yellow when clicked on
- Some changes to table appearance (like giving gene global search a horizontal scroll)
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index e5f10edf..c3f1e76a 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -70,8 +70,8 @@ assert_writable_dir(TMPDIR) CACHEDIR = mk_dir(TMPDIR+'/cache/') # We can no longer write into the git tree: -GENERATED_IMAGE_DIR = mk_dir(TMPDIR+'/generated/') -GENERATED_TEXT_DIR = mk_dir(TMPDIR+'/generated_text/') +GENERATED_IMAGE_DIR = mk_dir(TMPDIR+'generated/') +GENERATED_TEXT_DIR = mk_dir(TMPDIR+'generated_text/') # Make sure we have permissions to access these assert_writable_dir(CACHEDIR) |