mailr12530 - /branches/bmrb/specific_fns/api_base.py


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

Header


Content

Posted by edward on February 16, 2011 - 15:40:
Author: bugman
Date: Wed Feb 16 15:40:29 2011
New Revision: 12530

URL: http://svn.gna.org/viewcvs/relax?rev=12530&view=rev
Log:
Updated the BMRB specific_fns bmrb_read() method to include the sample 
conditions.


Modified:
    branches/bmrb/specific_fns/api_base.py

Modified: branches/bmrb/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/api_base.py?rev=12530&r1=12529&r2=12530&view=diff
==============================================================================
--- branches/bmrb/specific_fns/api_base.py (original)
+++ branches/bmrb/specific_fns/api_base.py Wed Feb 16 15:40:29 2011
@@ -67,8 +67,8 @@
         raise RelaxImplementError
 
 
-    def bmrb_read(self, file_path, version=None):
-        """Prototype method for reading the data from a BMRB NMR-STAR v3.1 
formatted file.
+    def bmrb_read(self, file_path, version=None, sample_conditions=None):
+        """Prototype method for reading the data from a BMRB NMR-STAR 
formatted file.
 
         @param file_path:   The full file path.
         @type file_path:    str




Related Messages


Powered by MHonArc, Updated Wed Feb 16 18:20:02 2011