Skip to content

Commit b7d9c51

Browse files
committed
docs(pipelines): add note about syncing public clinvar bucket
1 parent beeaf6d commit b7d9c51

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

deploy/docs/UpdateClinvarVariants.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,23 @@
115115
```
116116
curl -u "elastic:$ELASTICSEARCH_PASSWORD" -XPUT 'http://localhost:9200/_snapshot/backups/%3Csnapshot-%7Bnow%7BYYYY.MM.dd.HH.mm%7D%7D%3E'
117117
```
118+
119+
8. Update the public ClinVar buckets
120+
121+
We release these final hail tables in a requester pays bucket, `gs://gnomad-browser-clinvar`, use `gsutil rsync` to keep the files in sync.
122+
123+
GRCh37
124+
125+
```
126+
gsutil -u gnomadev -m rsync -r \
127+
gs://gnomad-v4-data-pipeline/output/clinvar/clinvar_grch37_annotated_2.ht/ \
128+
gs://gnomad-browser-clinvar/gnomad_clinvar_grch37.ht
129+
```
130+
131+
GRCh38
132+
133+
```
134+
gsutil -u gnomadev -m rsync -r \
135+
gs://gnomad-v4-data-pipeline/output/clinvar/clinvar_grch38_annotated_2.ht/ \
136+
gs://gnomad-browser-clinvar/gnomad_clinvar_grch38.ht
137+
```

0 commit comments

Comments
 (0)