mailr4620 - /1.2/sample_scripts/full_analysis.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by sebastien . morin . 1 on January 10, 2008 - 22:43:
Author: semor
Date: Thu Jan 10 22:43:29 2008
New Revision: 4620

URL: http://svn.gna.org/viewcvs/relax?rev=4620&view=rev
Log:
Corrected a mistake.

The inverse of what was wanted was produced concerning the possibility of not 
giving a file for
unresolved residues.


Modified:
    1.2/sample_scripts/full_analysis.py

Modified: 1.2/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/full_analysis.py?rev=4620&r1=4619&r2=4620&view=diff
==============================================================================
--- 1.2/sample_scripts/full_analysis.py (original)
+++ 1.2/sample_scripts/full_analysis.py Thu Jan 10 22:43:29 2008
@@ -557,7 +557,7 @@
                 relax_data.read(name, data[0], data[1], data[2], data[3])
 
             # Unselect unresolved residues.
-            if not UNRES:
+            if UNRES:
                 unselect.read(name, file=UNRES)
 
             # Copy the diffusion tensor from the run 'opt' and prevent it 
from being minimised.




Related Messages


Powered by MHonArc, Updated Fri Jan 11 05:00:32 2008