[PyMOL] XML-RPC 'label' command format

2020-05-14 Thread Mungo Carstairs (Staff)
Any XML-RPC fans who can help me with this please? This label command works in the PyMOL command line (after 'fetch 4zho'): label 4zho//A/36/CA 4zho//B/36/CA, "hello world" How do I format an equivalent XML-RPC request? I've tried label 4zho//A/36/CA 4zho//B/36/CA

[PyMOL] How to inspect contents of 's' and 'p' for an atom?

2020-05-19 Thread Mungo Carstairs (Staff)
A PyMOL novice question here. I can write custom atom properties to its 'p' dictionary, and print them: PyMOL>fetch 4zho PyMOL>iterate 4zho//A/26/CA, p.metal_binding='Fe' PyMOL>iterate 4zho//A/26/CA, print(p.metal_binding) Fe but how do I list the contents of the dictionary if I don't know wha

Re: [PyMOL] How to inspect contents of 's' and 'p' for an atom?

2020-05-19 Thread Mungo Carstairs (Staff)
2016 and 2017 ________ From: Mooers, Blaine H.M. (HSC) Sent: 19 May 2020 11:47 To: Mungo Carstairs (Staff) ; pymol-users@lists.sourceforge.net Subject: RE: How to inspect contents of 's' and 'p' for an atom? Hi Mungo, See https://pymol.org/dokuwiki/