Skip to content

Commit fb16d2e

Browse files
committed
update env var
1 parent d096722 commit fb16d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v03_pipeline/bin/rsync_reference_data.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
set -eux
44

55
REFERENCE_GENOME=$1
6-
SEQR_REFERENCE_DATA=/seqr-reference-data
6+
SEQR_REFERENCE_DATA=${SEQR_REFERENCE_DATA:-/seqr/seqr-reference-data}
7+
78

89
case $REFERENCE_GENOME in
910
GRCh38)

0 commit comments

Comments
 (0)