David Sehnal
David Sehnal
> I can do labeling and coloring with `CustomElementProperty`, however I could not find any way to determine the `chainIndex` for a specific `residueIndex`. - ``model.atomicHierarchy.chainAtomSegments.index`` maps ``ElementIndex`` (atom index)...
Hi Rik, would you help us with implementing this feature by pointing out what the individual stereo methods actually do and how to implement them so that we don't have...
This sounds like a good idea. Could be implemented as a behavior with a list of label specs as params to support multiple labels like this.
> I don't understand what you mean by that. I was thinking to allow the user to provide a string param to `mol-repr/structure/visual/label-text.ts` that includes one or more molql symbols....
Hi Sharon, this is certainly possible and you can already use Mol* to write this in code and generate the CSV. However, I don't know how would this fit into...
Ok, if I find some free time I might have a go at adding an extension that does this. Thank you for the suggestion.
@ptourlas Use the [StructureSelectionFromScript](https://github.com/molstar/molstar/blob/28678e2f8019e3aced03e5d6eb3d9c39cd1f2738/src/mol-plugin-state/transforms/model.ts#L708) transform and modify [Script.toExpression](https://github.com/molstar/molstar/blob/28678e2f8019e3aced03e5d6eb3d9c39cd1f2738/src/mol-script/script.ts#L33) to be able to parse the languages you add. You can do this from code, but eventually an UI control(s) should be...
This seems to be caused by the polymer being C-alpha only and this causing the bonds not being computed for the whole structure. @arose I think you wrote this code,...
Turn this into a property on `Unit`?