-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check sequence dictionary compatibility at startup #101
Comments
is this happening for AyeAye? |
Note that a compatibility check was added to |
This will require porting |
Step #1: Port as much of Step #2: Hook up sequence dictionary validation to hellbender engine, and add integration tests to prove that dictionary incompatibilities are detected. Best place to hook this up is probably |
* default tensor from file mostly removed, group is gone, source becomes path_prefix
We need to port the GATK code that checks sequence dictionary compatibility of reads vs reference, and have this check run at startup, since the engine assumes compatibility. This will require a few modifications, since the legacy code is hardcoded to look for certain references/contigs in a few places, such as where it checks for non-canonical human ordering.
The text was updated successfully, but these errors were encountered: