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 | B)
select your_sele, (your_sele | C)
```

Hope that helps,

Jarrett J

On Wed, Apr 14, 2021 at 8:03 AM Ioannis Riziotis <rizio...@ebi.ac.uk> wrote:

> 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-users mailing list
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
> Unsubscribe:
> https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
>


-- 

*Jarrett Johnson* | Senior Developer
[image: Schrodinger Logo] <https://www.schrodinger.com/>
_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to