Skip to content

ClinVar Annotation Updates for seqr local installations #3370

Answered by hanars
anjalijain22 asked this question in Q&A
Discussion options

You must be logged in to vote

You are correct that issue arises from using an older clinvar matrix table. To fix it, you first need to download the updated table- this will depend on whether or not you are using google cloud or not:

To local files:

docker-compose exec pipeline-runner rm -rf "/seqr-reference-data/GRCh${BUILD_VERSION}/clinvar.GRCh${BUILD_VERSION}.ht"
docker-compose exec pipeline-runner gsutil -m rsync -r "gs://seqr-reference-data/GRCh${BUILD_VERSION}/clinvar/clinvar.GRCh${BUILD_VERSION}.ht" "/seqr-reference-data/GRCh${BUILD_VERSION}/clinvar.GRCh${BUILD_VERSION}.ht"

For GCP/dataproc:

gsutil rm -r "${GS_BUCKET}/reference_data/GRCh${BUILD_VERSION}/clinvar.GRCh${BUILD_VERSION}.ht"
gsutil rsync -r "gs://seq…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@hanars
Comment options

@anjalijain22
Comment options

@anjalijain22
Comment options

@hanars
Comment options

@anjalijain22
Comment options

Answer selected by anjalijain22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants