Alexander Rose
Alexander Rose
@pechersky How about first doing a PR that has only the support for custom sequence view, i.e., what is in plgin.tsx and spec.ts. That way you can build you own...
done in v3.35.0
Thanks. Can IMP be used to create a ihm/mmcif cif file?
Thanks @benmwebb. I mostly would like to have an example IHM mmCIF file that includes gaussians for web-based visualization development.
That would would be really great!
Is it on purpose that the Pyramids are not highlighted/selected?
Thanks @MadCatX, merged it. When you have it in use on your site, please let me know so we can add it to the Community Highlights on molstar.org if you...
Something like `const contextHash = Model.TrajectoryInfo.get(ctx.structure!.models[0]).index;` should do the trick.
You may try wrapping creating all the components in a single transaction ``` plugin.dataTransaction(async () => { ... }); ``` I find looking at a performance profile in Chrome can...
Yeah, would be v4 (or beyond). I had a look yesterday but did not feel quite motivated (never used isolated modules) to make decisions. I will leave it up to...