plantinformatics / pretzel

Javascript full-stack framework for Big Data visualisation and analysis
GNU General Public License v3.0
43 stars 13 forks source link

Only first few aliases requested from back-end are displayed for large datasets #50

Closed gabrielkg closed 6 years ago

gabrielkg commented 6 years ago

Testing on commit 72838ab (branch split-draw-map2a).

Aliases requested from back-end seem to work fine for genetic maps (relatively small datasets).

With physical map aligned to genetic (in this case 90k), only first few are loaded, so only top paths are coloured red, rest remain green. Seems to be an issue of size of dataset.

gabrielkg commented 6 years ago

Tested and working in commit 2310f43 (split-draw-map2a). Likely fixed in some earlier commit.