Skip to content

Conversation

@hextraza
Copy link
Contributor

These files:

  • jbrowse/patches/@GMOD+bbi+8.1.1.patch
  • jbrowse/patches/@GMOD+bgzf-filehandle+6.0.12.patch

and the changes in jbrowse/src/client/JBrowse/Search/components/StandaloneSearchComponent.tsx

are temporary, pending a PR or two upstream. We need @jbrowse/components to export the fetchResults function. The @GMOD patches fix a weird interaction between our LabKey/Tomcat Content Security Policy headers and the way those packages do their WASM loading, which they just implemented for fast gunzipping.

The rest replaces ExtendedVariantRenderer with a default CanvasFeatureRenderer and moves all the relevant state for InfoFilters and activeSamples over to the ExtendedVariantDisplay. This required incrementing our jbrowse major version which had impacts all over the place. I'll move this out of draft status once I have an answer on some of the changes we need upstream and I have the JBrowse tests passing (most of the selenium stuff related to clicking on SNVs is broken.)

import DisplayType from '@jbrowse/core/pluggableElementTypes/DisplayType';
import { createBaseTrackModel } from '@jbrowse/core/pluggableElementTypes/models';

import CanvasFeatureRenderer from "@jbrowse/plugin-canvas";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant