Skip to content

Commit 15cc771

Browse files
committed
Fix paths
1 parent 8602958 commit 15cc771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/bin/download_reference_data.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ case $REFERENCE_GENOME in
1616
esac
1717

1818
mkdir -p $SEQR_REFERENCE_DATA/$REFERENCE_GENOME;
19-
gcloud storage cp -r "gs://seqr-reference-data/v03/$REFERENCE_GENOME/*" $SEQR_REFERENCE_DATA/$REFERENCE_GENOME/
19+
gcloud storage rsync -r "gs://seqr-reference-data/v03/$REFERENCE_GENOME" $SEQR_REFERENCE_DATA/$REFERENCE_GENOME

0 commit comments

Comments
 (0)