Re: [PyMOL] pymol wildcards usage

2011-09-13 Thread Андрей Гончар
Thanks, it works! 2011/9/13 Thomas Holder : > this is an open issue: > http://sourceforge.net/tracker/?func=detail&aid=2182309&group_id=4546&atid=104546 > >> Have you tried >> >> delete all and not obj1 > > unfortunately this does not work, it will delete obj1. > > The expected result could be ach

Re: [PyMOL] pymol wildcards usage

2011-09-13 Thread Thomas Holder
this is an open issue: http://sourceforge.net/tracker/?func=detail&aid=2182309&group_id=4546&atid=104546 > Have you tried > > delete all and not obj1 unfortunately this does not work, it will delete obj1. The expected result could be achieved with this workaround: python def delete2(selection):

Re: [PyMOL] pymol wildcards usage

2011-09-13 Thread Troels Emtekær Linnet
Have you tried delete all and not obj1 Troels Emtekær Linnet Karl-Liebknecht-Straße 53, 2 RE 04107 Leipzig, Tyskland Mobil: +49 1577-8944752 2011/9/13 Андрей Гончар > Hi all! I have a question about wildcards usage in pymol. > For example if I want to delete all exce

[PyMOL] pymol wildcards usage

2011-09-13 Thread Андрей Гончар
Hi all! I have a question about wildcards usage in pymol. For example if I want to delete all except obj1 I write: delete not obj1 but this expression does not works as expected... Is there a way in pymol to delete all except [something]? In selections these experssions work. But in object names t