mailr8178 - /branches/ave_noe/prompt/noe.py


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

Header


Content

Posted by edward on December 09, 2008 - 13:57:
Author: bugman
Date: Tue Dec  9 13:57:32 2008
New Revision: 8178

URL: http://svn.gna.org/viewcvs/relax?rev=8178&view=rev
Log:
Removed the non-existent frq arg and a docstring clarification about the 
relax formatted file.


Modified:
    branches/ave_noe/prompt/noe.py

Modified: branches/ave_noe/prompt/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/ave_noe/prompt/noe.py?rev=8178&r1=8177&r2=8178&view=diff
==============================================================================
--- branches/ave_noe/prompt/noe.py (original)
+++ branches/ave_noe/prompt/noe.py Tue Dec  9 13:57:32 2008
@@ -74,7 +74,8 @@
         This function can automatically determine the format of the file, 
for example Xplor
         formatted restraint files.  A generically formatted file is also 
supported if it contains
         minimally four columns with the two proton names and the upper and 
lower bounds, as
-        specified by the *_col arguments.
+        specified by the *_col arguments.  The proton names need to be in 
the spin identification
+        string format.
 
 
         Examples
@@ -132,7 +133,7 @@
             raise RelaxNoneStrError, ('column separator', sep)
 
         # Execute the functional code.
-        noesy.read_restraints(frq=frq, file=file, dir=dir, 
proton1_col=proton1_col, proton2_col=proton2_col, lower_col=lower_col, 
upper_col=upper_col, sep=sep)
+        noesy.read_restraints(file=file, dir=dir, proton1_col=proton1_col, 
proton2_col=proton2_col, lower_col=lower_col, upper_col=upper_col, sep=sep)
 
 
     def spectrum_type(self, spectrum_type=None, spectrum_id=None):




Related Messages


Powered by MHonArc, Updated Tue Dec 09 14:20:02 2008