mailr3828 - /1.3/generic_fns/sequence.py


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

Header


Content

Posted by edward on November 22, 2007 - 17:55:
Author: bugman
Date: Thu Nov 22 17:55:19 2007
New Revision: 3828

URL: http://svn.gna.org/viewcvs/relax?rev=3828&view=rev
Log:
Updated the docstring of the generic_fns.sequence.validate_sequence() 
function.


Modified:
    1.3/generic_fns/sequence.py

Modified: 1.3/generic_fns/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/sequence.py?rev=3828&r1=3827&r2=3828&view=diff
==============================================================================
--- 1.3/generic_fns/sequence.py (original)
+++ 1.3/generic_fns/sequence.py Thu Nov 22 17:55:19 2007
@@ -118,8 +118,18 @@
     The only function this performs is to raise a RelaxError if the data is 
invalid.
 
 
-    @param data:    The sequence data.
-    @type data:     list of lists.
+    @param data:            The sequence data.
+    @type data:             list of lists.
+    @param mol_name_col:    The column containing the molecule name 
information.
+    @type mol_name_col:     int or None
+    @param res_name_col:    The column containing the residue name 
information.
+    @type res_name_col:     int or None
+    @param res_num_col:     The column containing the residue number 
information.
+    @type res_num_col:      int or None
+    @param spin_name_col:   The column containing the spin name information.
+    @type spin_name_col:    int or None
+    @param spin_num_col:    The column containing the spin number 
information.
+    @type spin_num_col:     int or None
     """
 
     # Loop over the data.




Related Messages


Powered by MHonArc, Updated Thu Nov 22 18:20:14 2007