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 |
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
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-