Pymol-remote support for biotite's AtomArray's #711
Croydon-Brixton
started this conversation in
Ideas
Replies: 1 comment 4 replies
|
There is currently a discussion about integrating Ammolite into Biotite (#709). Ammolite also handles the conversion from I can get back to you when I have the bandwidth to migrate Ammolite to Biotite, so we can align on this topic to find an elegant solution. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @padix-key ,
I was wondering whether support for viewing
AtomArray's in pymol-remote would be something that's of interest? (Disclaimer: I'm the developer)In a nutshell, I envision being able to send AtomArray's from code to a pymol session or receiving a state as AtomArray from pymol. Maniupulation in either of the two (biotite/pymol) could then be transferred to the other. That pymol session may be running on the same machine, or it may run on a remote machine (e.g. in the setup where code is run on a cluster, say a university hpc or cloud provider and pymol is run locally on a laptop).
There may be a way to integrate
ammolitenicely too.This could be made an optional dependency (like dssp is for example). Luckily
pymol-remoteitself has no dependencies other than python built-in s, so would be very easy to integrate.All reactions