Skip to content
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

[BUG] De-synchronization in PriorityGenomicContext when the GRR instance is overriden #667

Open
iordanivanov opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@iordanivanov
Copy link
Collaborator

The issue encountered was with CLIAnnotationContext and GPFInstanceGenomicContext. A unit test for annotate_columns was using the --grr argument to provide a GRR instance for the tool from a fixture. This GRR instance did not contain a reference genome, so the PriorityGenomicContext would return a reference genome from the GPFInstanceGenomicContext. This reference genome did not exist in the fixture GRR, so the tool would crash when it attempted to get it by its id from the fixture GRR.

@iordanivanov iordanivanov added the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants