Re: [PyMOL] Custom selection operators

2021-04-30 Thread Jarrett Johnson
Hi Ioannis, Might need more information regarding what you mean about 'complex property', but if you want a selection to include descriptors A, B, and C into a selection, something like ``` select your_sele, (A | B | C) ``` would suffice. or ``` select your_sele, A select your_sele, (your_sele |

[PyMOL] Custom selection operators

2021-04-14 Thread Ioannis Riziotis
Hello, Is there any way to define a custom selection operator in a script? E.g. select all atoms with complex properties A, B, and C. Otherwise, what is the proper way of appending atoms to a selection in scripting? Thank you, Yannis ___ PyMOL-u

[PyMOL] Custom selection operators

2021-04-14 Thread Ioannis Riziotis
Hello, Is there any way to define a custom selection operator in a script? E.g. select all atoms with complex properties A, B, and C. Otherwise, what is the proper way of appending atoms to a selection in scripting? Thank you, Yannis ___ PyMOL-