Skip to content

Commit 029bba7

Browse files
committed
Tweak default
1 parent 26c67e4 commit 029bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/model/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'gs://hail-common/references/grch38_to_grch37.over.chain.gz',
1212
)
1313
HAIL_TMP_DIR = os.environ.get('HAIL_TMP_DIR', '/tmp') # noqa: S108
14-
HAIL_SEARCH_DATA_DIR = os.environ.get('HAIL_SEARCH_DATA_DIR', '/seqr/hail-search-data')
14+
HAIL_SEARCH_DATA_DIR = os.environ.get('HAIL_SEARCH_DATA_DIR', '/seqr/seqr-hail-search-data')
1515
LOADING_DATASETS_DIR = os.environ.get('LOADING_DATASETS_DIR', '/seqr/seqr-loading-temp')
1616
PRIVATE_REFERENCE_DATASETS_DIR = os.environ.get(
1717
'PRIVATE_REFERENCE_DATASETS_DIR',

0 commit comments

Comments
 (0)