mailr12510 - /branches/bmrb/prompt/bmrb.py


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

Header


Content

Posted by edward on February 02, 2011 - 19:19:
Author: bugman
Date: Wed Feb  2 19:19:53 2011
New Revision: 12510

URL: http://svn.gna.org/viewcvs/relax?rev=12510&view=rev
Log:
The sample_conditions arg to bmrb.read() is now set to None.

This is to allow single condition files to be always read.


Modified:
    branches/bmrb/prompt/bmrb.py

Modified: branches/bmrb/prompt/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/prompt/bmrb.py?rev=12510&r1=12509&r2=12510&view=diff
==============================================================================
--- branches/bmrb/prompt/bmrb.py (original)
+++ branches/bmrb/prompt/bmrb.py Wed Feb  2 19:19:53 2011
@@ -175,7 +175,7 @@
         bmrb.display(version=version)
 
 
-    def read(self, file=None, dir=None, version=None, 
sample_conditions='conditions_1'):
+    def read(self, file=None, dir=None, version=None, 
sample_conditions=None):
         """Read BMRB files in the NMR-STAR format.
 
         Keyword Arguments




Related Messages


Powered by MHonArc, Updated Thu Feb 03 13:20:02 2011