jbrowse-components icon indicating copy to clipboard operation
jbrowse-components copied to clipboard

Add ability to launch split view from VCF feature details for DEL/INV type features

Open cmdcolin opened this issue 1 year ago • 1 comments
trafficstars

It could be useful to see these in the context of the breakpoint split view

cmdcolin avatar Feb 22 '24 20:02 cmdcolin

Alternatively: create split view with dis-contiguous displayedRegions

cmdcolin avatar Feb 22 '24 20:02 cmdcolin

this was added in https://github.com/GMOD/jbrowse-components/pull/4561

the code is a little hacky IMO relying on feature.type which i feel is a bit free-text-y for vcf features but it works for now

https://github.com/GMOD/jbrowse-components/blob/cca187955375dbffac3b429d7434af47f979ba56/plugins/variants/src/VariantFeatureWidget/VariantFeatureWidget.tsx#L101-L112

cmdcolin avatar Nov 27 '24 00:11 cmdcolin