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

Hope that helps,

Jarrett J

On Wed, Apr 14, 2021 at 8:03 AM Ioannis Riziotis  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] 
___
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

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


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