mailr13258 - /1.3/auto_analyses/noe.py


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

Header


Content

Posted by edward on June 28, 2011 - 12:37:
Author: bugman
Date: Tue Jun 28 12:37:30 2011
New Revision: 13258

URL: http://svn.gna.org/viewcvs/relax?rev=13258&view=rev
Log:
Bug fix for the NOE auto-analysis - the column numbers for the deselected 
spins file are now assumed.

The residue number is assumed to be in the first column.  This is a hack 
until the spin selection
part is better designed.


Modified:
    1.3/auto_analyses/noe.py

Modified: 1.3/auto_analyses/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/noe.py?rev=13258&r1=13257&r2=13258&view=diff
==============================================================================
--- 1.3/auto_analyses/noe.py (original)
+++ 1.3/auto_analyses/noe.py Tue Jun 28 12:37:30 2011
@@ -144,7 +144,7 @@
         self.interpreter.spectrum.error_analysis()
 
         # Deselect unresolved spins.
-        self.interpreter.deselect.read(file=self.unresolved)
+        self.interpreter.deselect.read(file=self.unresolved, res_num_col=1)
 
         # Calculate the NOEs.
         self.interpreter.calc()




Related Messages


Powered by MHonArc, Updated Tue Jun 28 12:40:03 2011