Skip to content

Commit 3cdef87

Browse files
committed
Back to /tmp
1 parent 895f601 commit 3cdef87

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
@@ -10,7 +10,7 @@
1010
'GRCH38_TO_GRCH37_LIFTOVER_REF_PATH',
1111
'gs://hail-common/references/grch38_to_grch37.over.chain.gz',
1212
)
13-
HAIL_TMP_DIR = os.environ.get('HAIL_TMP_DIR', '/seqr/tmp')
13+
HAIL_TMP_DIR = os.environ.get('HAIL_TMP_DIR', '/tmp')
1414
HAIL_SEARCH_DATA_DIR = os.environ.get('HAIL_SEARCH_DATA_DIR', '/seqr/hail-search-data')
1515
LOADING_DATASETS_DIR = os.environ.get('LOADING_DATASETS_DIR', '/seqr/seqr-loading-temp')
1616
PRIVATE_REFERENCE_DATASETS_DIR_DIR = os.environ.get(

0 commit comments

Comments
 (0)