-
Notifications
You must be signed in to change notification settings - Fork 4
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
Loading large JSON data causes error because of Firefox threshold #13
Comments
I see a few things that might help resolve this:
|
@eharkins If you are keen to get your fingers dirty with some data processing work, you could take a stab at nailing the third of the steps above (filtering seed-lineage downsampled metadata). |
…249) * added height calculation for evenly spaces leaves * floating point division * adding nt sequences for Olmsted#17 * github.com/matsengrp/olmsted/issues/13 * including multiplicity for Olmsted(11) * tabs -> spaces * nt seqs dict using tripl lookup instead of fasta parser * comment white space
Should we close this for now / now that matsengrp/cft#249 has been merged? Don't see an error on Firefox but I also never checked to see if I could reproduce the error in the first place. @metasoarous? |
I guess for now let's close this, since the issue isn't pressing anymore now that matsengrp/cft#249 has been merged. One of these issues has already broken off into #42. The other two could potentially be helpful to consider eventually, but aren't high priority. |
* added height calculation for evenly spaces leaves * floating point division * adding nt sequences for Olmsted#17 * github.com/matsengrp/olmsted/issues/13 * including multiplicity for Olmsted(11) * tabs -> spaces * nt seqs dict using tripl lookup instead of fasta parser * comment white space * first try on #250; using ecgtheow script to color pruned nodes * set prune_count back to default
Since increasing the number of clonal families sampled per unseeded sample, we're now having this issue again. The best solution is probably to #42 (split up clonal family details into separate files, which only get loaded once the given clonal family is selected). This will add a bit of delay to those detail views loading up for the first time, but will also reduce the amount of time it takes for the initial dataset load, and solve the FF loading problem for large datasets. |
jupyterlab/jupyterlab#4015
The text was updated successfully, but these errors were encountered: