-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable more frequent ClinVar data updates in Exomiser database #501
Comments
…ptor.toClinVarData as a public method Minor formatting change to AbstractAnalysisRunner Add default implementation to VariantFilterDataProvider Delete unused commented-out code from GenomeAnalysisServiceImpl
Add new ClinVarDao Add new ClinVarDaoMvStore Update VariantDataServiceImpl to require ClinVarDao Add new ClinVarWhiteListReader Add new MvStoreUtil.clinVarMapBuilder and MvStoreUtil.openClinVarMVMap methods
Update spring-boot-autoconfigure module to include ClinVar MVStore in VariantDataServiceImpl Add new application-default.properties set new clinvar-data-version and use-clinvar-whitelist properties
This has been implemented as a new H2 MVStore index created from the ClinVar The downside of this was that users had to hack the provided By separating the ClinVar data (and providing easy downloads) this can be updated monthly following a ClinVar release with users only needing to download a ~55MB The latest 2302 release hg38 data directory looks like this:
The the updated hypothetical 2307_hg38 data release directory looks like this:
the next month when a new ClinVar release is built...
important! exomiser.hg38.clinvar-data-version=2308 Logged on startup:
@pnrobinson note that this will require changes to LIRICAL |
Still need to set up a cron and provide the data. |
Hello Jules,
Thank you in advance for your help. Kind Regards |
Hi @wsstoregene, this will be delivered in the next major version, so it's not ready yet unless you're building your own exomiser and running it from the development branch. To generate the new file you'll need to use this command: $ java -jar exomiser-data-genome-14.0.0-SNAPSHOT.jar --build-dir=. --assembly hg38 --version 2311 --clinvar This will create a directory called exomiser.hg38.clinvar-data-version=2308 You should always run with Be aware that this is still subject to change as we're also doing work on adding more ACMG categories (#473) and it is likely that the data will need to be annotated for the variant effect as well. |
…nnotations on ClinVarData at build time.
This now requires a transcript data file too, in order to annotate the variant consequence i.e. $ java -jar exomiser-data-genome-14.0.0-SNAPSHOT.jar --assembly hg38 --version 2311 --clinvar path/to/2309_hg38/2309_hg38_transcripts_ensembl.ser |
…nnotations on ClinVarData at build time.
Monthly / quarterly frequency?
File format?
Related to #462 , #473
The text was updated successfully, but these errors were encountered: