We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f013ab2 commit 6a6ca3cCopy full SHA for 6a6ca3c
v03_pipeline/lib/model/environment.py
@@ -12,7 +12,8 @@
12
)
13
HAIL_TMP_DIR = os.environ.get('HAIL_TMP_DIR', '/tmp') # noqa: S108
14
HAIL_SEARCH_DATA_DIR = os.environ.get(
15
- 'HAIL_SEARCH_DATA_DIR', '/seqr/seqr-hail-search-data'
+ 'HAIL_SEARCH_DATA_DIR',
16
+ '/seqr/seqr-hail-search-data',
17
18
LOADING_DATASETS_DIR = os.environ.get('LOADING_DATASETS_DIR', '/seqr/seqr-loading-temp')
19
PRIVATE_REFERENCE_DATASETS_DIR = os.environ.get(
0 commit comments