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
this is timely as I have been working on some updates to the sv inspector. It should be faster, support larger files and other general improvements. If you want to try it out you can get the "nightly" build for jbrowse-web with "jbrowse upgrade --nightly"
(note that the majority of the app hanging would not be due to the file fetching but a very inefficient way that the code worked before #4682. potentially some better progress bars could still be put in place)
v2.17.0
when creating a SV Inspector, using the URL function, the browser needs to grab a VCF.
On my laptop with a hotspot that can take some time but the user doesn't get an indicator that things are happening (namely fetching the file)
i can see it downloaded via devtools but would be nice if we had some indicator between the Open button press and the view.
(fwiw, i'm getting the
Error: File is too big. Tabular files are limited to at most 30,000kb
but that is another matter...!)The text was updated successfully, but these errors were encountered: