Re: [PyMOL] visualise NOEs

2012-10-31 Thread Thomas Holder
Hi Krisztina, check the attached script (strongly modified). It doesn't use a regex anymore, but uses a split function which takes parentheses into account. Also it doesn't parse name and resi, but passes the selection string directly to PyMOL (which understands most of CNS selection

Re: [PyMOL] visualise NOEs

2012-10-29 Thread Thomas Holder
Feher wrote: Sure, thanks for looking at it! Krisztina --- On *Mon, 10/29/12, Thomas Holder wrote: From: Thomas Holder spel...@users.sourceforge.net Subject: Re: [PyMOL] visualise NOEs To: Krisztina Feher feher_kriszt...@yahoo.com Date: Monday, October 29, 2012, 4:04 PM Hi

[PyMOL] visualise NOEs

2012-10-28 Thread Krisztina Feher
Hi, I am looking for a script that could show CNS type distance restraints on a pdb structure. In fact I have found a script on Justin Lorieau's homepage (http://www.lorieau.com/software/biophysics-software/40-plot-xplor-noes-in-pymol.html) that seems to intend to do exactly what I want, but