midlik

Results 7 issues of midlik

Hi, there was some change in 4.0.0 that broke rendering in headless mode. @arose tried to fix it by these commits: [Revert "require WEBGL_depth_texture extension](https://github.com/molstar/molstar/commit/0a4643ebe44de27d7c407486edc80739be15ad75) [revert renderbuffer removal](https://github.com/molstar/molstar/commit/8dc3dae81e65cf200837fa21b83a28032c5df362) Now it...

bug

Mol* doesn't distinguish unobserved residues in the sequence panel, when the structure data come from ModelServer. Compare: Working: https://molstar.org/viewer/?structure-url-format=mmcif&structure-url=https://www.ebi.ac.uk/pdbe/static/entry/1tqn_updated.cif Not working: https://molstar.org/viewer/?structure-url-format=mmcif&structure-url=https://wwwdev.ebi.ac.uk/pdbe/model-server/v1/1tqn/full This is probably because Mol* relies on the...

enhancement
question

This is preliminary work for coloring ligands in Superposed view based on ligand clustering data (Roshan and Preeti). This branch is used internally for checking clustering results. Not meant for...

This improves performance of `NonOverlappingLayout.init` algorithm by applying some heuristics. Also, I added automatic inference of missing feature `start` and `end` based on `locations`.

This PR adds a new component `nightingale-track-canvas` - an alternative to `nightingale-track`, using HTML canvas for rendering instead of SVG graphics.

This improves performance of `NightingaleManager.register` by only applying attributes to the newly registered element, instead of all existing elements.

This improves performance of `withResizable` by removing Forced reflow, and decreases initial load time when many tracks are present.