Artem Kushner

Results 34 comments of Artem Kushner

I'll try to throw some prs together then. Didn't find the converse path(`from_string`) intuitive either. ```python3 out = ... # external process -> str msafile = MSAFile(StringIO(out), format="fasta") seqs, descs...

What do you mean by "scripting" exactly? Let's say you have `PDB:3J7Z` opened. What would you like to select? Perhaps i can help.

You are right that the docs are a little scant on this, but the there are lots of facilities and indeed a whole selection language at `https://github.com/molstar/molstar/tree/master/src/mol-script` where you found...

Something like this should do the trick, in plugin terms. Hopefully you can translate that into the web-component implementation (as above): ```typescript { // plugin is initiated window.molstar = await...

@orangeSi see here https://molstar.org/docs/viewer-state/

Thanks! What if i have two structures in the tree? Say, `5AFI` and `3J7Z`. How do i go about selecting just the `5AFI`? Best