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
Due to the way bad records are handled currently it is really hard to identify what is the cause of an error (long SQLAlchemy backtraces aren't helpful) and makes it impossible to actually generate a database (normally I'd fall back to GEMINI, but I need hg38).
There should be an option of skipping bad records (off by default) when loading VCFs: not optimal, but at least would allow a database to be generated.
The text was updated successfully, but these errors were encountered:
I think it would be better to improve the error message and/or provide a tool that will find these bad records.
If you have a single-line VCF that generates an sqlalchemy error, then I'll use it to work on improving the error messages.
Due to the way bad records are handled currently it is really hard to identify what is the cause of an error (long SQLAlchemy backtraces aren't helpful) and makes it impossible to actually generate a database (normally I'd fall back to GEMINI, but I need hg38).
There should be an option of skipping bad records (off by default) when loading VCFs: not optimal, but at least would allow a database to be generated.
The text was updated successfully, but these errors were encountered: