GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
206 stars 62 forks source link

"Linear read vs ref" window size modal gets stuck #2940

Closed garrettjstevens closed 2 years ago

garrettjstevens commented 2 years ago

To reproduce, go to this session: https://s3.amazonaws.com/jbrowse.org/code/jb2/v1.7.5/index.html?config=test_data%2Fconfig_demo.json&session=share-tLu9U4AIxy&password=qfmSr and right click on read m150126_045051_00118_c100767722550000001823169407221505_s1_p0/62708/0_15136 (the one with a 138bp insertion) and choose "Linear read vs ref". The "Set window size" modal that pops up looks like this:

image

It doesn't seem to ever load. I think something might be happening in the CoreGetFeatures call in plugins/linear-comparative-view/src/ReadVsRef.tsx, but I'm not sure.

cmdcolin commented 2 years ago

Nice catch...might be related to coregetfeatures taking regions instead of single region now (part of the noserialization change)