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

Update version of igv web app #710

Open
constantin-heil opened this issue Oct 7, 2022 · 1 comment · May be fixed by #767
Open

Update version of igv web app #710

constantin-heil opened this issue Oct 7, 2022 · 1 comment · May be fixed by #767

Comments

@constantin-heil
Copy link

Dear dash team,

Would it be possible to work towards updating the igv browser included in bio-dash?

The current browser is pretty dated and doesnt support certain features, like squished view of read tracks.

I am thinking of using something like:
https://igv.org/app/

This is developed here:
https://github.com/igvteam/igv-webapp

I would be happy to learn and contribute whatever I can, however I am not proficient in react or javascript yet.

@alexcjohnson
Copy link
Collaborator

Hi @constantin-heil - thanks for the issue. igv-webapp includes igv as a dependency just like dash-bio does, so if what you mean is just updating to the latest igv to get newer features that's pretty easy: update the package.json entry:

"igv": "2.6.8",

To the latest 2.13.3, then see if there are any new props we need to add, or any additional config needed in the component to support the new features you're interested in. If it does involve new props, we'll want to include those in a test

@fgypas fgypas linked a pull request Feb 6, 2024 that will close this issue
3 tasks
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 a pull request may close this issue.

2 participants