Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress bar on creating new session with url fetching #4689

Closed
alpapan opened this issue Nov 26, 2024 · 3 comments
Closed

progress bar on creating new session with url fetching #4689

alpapan opened this issue Nov 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@alpapan
Copy link

alpapan commented Nov 26, 2024

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...!)

@cmdcolin
Copy link
Collaborator

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"

list of changes here #4682

@cmdcolin
Copy link
Collaborator

cmdcolin commented Nov 27, 2024

(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)

@cmdcolin
Copy link
Collaborator

v2.18.0 released with new sv inspector...might close for now :) if you get a chance to try it though let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants