David Sehnal
David Sehnal
There is this for example https://github.com/molstar/molstar/tree/master/src/apps/basic-wrapper or https://github.com/molstar/molstar/tree/master/src/examples/proteopedia-wrapper
It's not the same because I did not select N-Ca/Ca-C, but some "random" 4 atoms. I just wanted to show the visuals for the dihedral angle itself.
Hi David, I've added the support for this to the viewer app (https://github.com/dsehnal/LiteMol/blob/master/src/Viewer/App/App.ts) However, there are a few details that you need to consider: - The server you download the...
I've notified the person who takes care of the component library plugin and included you.
Currently, the only option would probably be to convert the CIF file into mmCIF. Then LiteMol would load it. Other than that, perhaps sometimes during next year there might be...
It is possible, albeit a bit tricky. Basically you would create a transform that maps Model -> Model and then create rest of the state tree same way as you...
Well, currently the sec scruct modification is about the same amount of work as in LiteMol. But if we write the code I would rather do it for the new...
Ok, I will see what I can do.
Hi, I've updated the [Commands example](http://webchemdev.ncbr.muni.cz/LiteMol/Examples/Commands/) ([source](https://github.com/dsehnal/LiteMol/tree/master/LiteMol.Viewer/Examples/Commands)) to show how to do what you need, and then some (like toggling of a model or highlighting i-th model). If you have...
@sillitoe You make a good point. Currently, you always need to create a _spec_ for the plugin (or at least use the default one but that might not always be...