You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lirical requires Exomiser variant database to run analysis with VCF file, but there are multiple variant database releases out there. We need a way to check that LIRICAL will work with a given database file to prevent violent application crashes.
The text was updated successfully, but these errors were encountered:
If I use 2402_hg38 from exomiser, I get the following error: java.lang.IllegalStateException: The read format 3 is larger than the supported format 1 [1.4.200/5]
Is this expected? Is there a v1 build of 2402_hg38_variants.mv.db ?
Hi @gileshall
Exomiser team changed the schema of the variant database file, and LIRICAL is not yet compatible with the new schema. This means, the database release 2402 is not yet supported, hence the error.
We plan to support the new schema, but it is not there yet. Therefore, in the short term, you can only use LIRICAL with 2309 (or older).
In the "long" term, I will update this issue when we add support for the new database schema in LIRICAL.
Thank you for your prompt reply. I will try with an older Exomiser variants database. However, I was curious if this was a database version issue, or if the schema also changed. The nature of the stack trace gave me the impression that the h2 library needed updating to support v3 of the database format, but I didn't drill into the actual schema. I also noticed that Lirical incorporates the Exomiser codebase for loading this database, so I was curious if this abstracted away any schema changes.
Lirical requires Exomiser variant database to run analysis with VCF file, but there are multiple variant database releases out there. We need a way to check that LIRICAL will work with a given database file to prevent violent application crashes.
The text was updated successfully, but these errors were encountered: