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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: