Re: [PyMOL] compare crystal packing of two different Space Groups

2011-09-13 Thread Thomas Holder
Hi Shukun, Thanks for your nice replies. I followed Tom's script, and the problem solved. Also, I found there was no difference whether the segi=1argument was appended or not. I've checked at the PymolWiki site and haven't found any matrix_copy arguments like 'segi'. matrix_copy does not

[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

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 http://maps.google.dk/ 04107 Leipzig, Tyskland Mobil: +49 1577-8944752 2011/9/13 Андрей Гончар gontc...@gmail.com Hi all! I have a question about wildcards usage in pymol. For example if I want to

Re: [PyMOL] pymol wildcards usage

2011-09-13 Thread Thomas Holder
this is an open issue: http://sourceforge.net/tracker/?func=detailaid=2182309group_id=4546atid=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 Андрей Гончар
Thanks, it works! 2011/9/13 Thomas Holder spel...@users.sourceforge.net: this is an open issue: http://sourceforge.net/tracker/?func=detailaid=2182309group_id=4546atid=104546 Have you tried delete all and not obj1 unfortunately this does not work, it will delete obj1. The expected