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 8602958 commit 15cc771Copy full SHA for 15cc771
v03_pipeline/bin/download_reference_data.bash
@@ -16,4 +16,4 @@ case $REFERENCE_GENOME in
16
esac
17
18
mkdir -p $SEQR_REFERENCE_DATA/$REFERENCE_GENOME;
19
-gcloud storage cp -r "gs://seqr-reference-data/v03/$REFERENCE_GENOME/*" $SEQR_REFERENCE_DATA/$REFERENCE_GENOME/
+gcloud storage rsync -r "gs://seqr-reference-data/v03/$REFERENCE_GENOME" $SEQR_REFERENCE_DATA/$REFERENCE_GENOME
0 commit comments