-
Notifications
You must be signed in to change notification settings - Fork 8
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
Lingering issues for Public Release #86 #96
Conversation
…into v17 # Conflicts: # src/PangenomeSchematic.js # src/ViewportInputsStore.js
…dth 1; added pangenome last bin position for the user; code cleaning; #86
…e implementation of getMax
…to visualized are loaded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for implementation!
I'd like to try this branch, but yarn start
cannot show anything...
I'd be glad if there is any instruction to visualize sars_covid dataset on this branch.
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"jquery": "^3.5.1", | ||
"konva": "^4.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for curiosity's sake, is it possible to update a konva or react-script version to the latest?
I saw some vulnerabilities on react-script dependency.
I'm going to start trying to reproduce this error now. I'm on commit 78bd415 |
Maybe you didn't |
I found the reason. The requested URL was From
To
The prefix "/" is needed on "test_data/" |
I just pushed a commit with both of those fixes. See if you can reproduce the link bug. |
Certainly, I agree to leave it as. |
These bugs are now solved. Thank you! |
This is our final bug fix round before public release. It deserves lots of testing. If you can find time, please test and leave us review comments on GitHub.