Open NRX-044 opened 11 months ago
Hi @NRX-044, that's for the interest. Would it work for you to integrate Mol* instead? It's an official successor to LiteMol.
Hi @NRX-044, that's for the interest. Would it work for you to integrate Mol* instead? It's an official successor to LiteMol.
Thanks for the reply, I just found PDBe-Molstar provides compiled JS plugin which has custom control over plugin instances, I'll give it a try.
Hello ! I am interested in integrating LiteMol into my web-based tool by including
LiteMol-plugin.js
into HTML page. It works well and can display model from uploaded string data. However, when I tried to select the molecule entity and highlight specific residues by indices, it failed to select any molecule model entity, my code is as follows:after executing the above function, the model was displayed on the web page successfully , but the variable
molecule
remained undefined which indicated that it did not captured any entity. I've check the code fromexamples/Commands
and still get no idea why it failed. Do I missed something? Or is there any alternative solution? Would appreciate any help!