mailr18363 - /trunk/user_functions/bmrb.py


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

Header


Content

Posted by edward on February 01, 2013 - 17:10:
Author: bugman
Date: Fri Feb  1 17:10:35 2013
New Revision: 18363

URL: http://svn.gna.org/viewcvs/relax?rev=18363&view=rev
Log:
Modified the bmrb.read documentation to make it clearer that the data pipe 
must be empty.


Modified:
    trunk/user_functions/bmrb.py

Modified: trunk/user_functions/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/bmrb.py?rev=18363&r1=18362&r2=18363&view=diff
==============================================================================
--- trunk/user_functions/bmrb.py (original)
+++ trunk/user_functions/bmrb.py Fri Feb  1 17:10:35 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -246,7 +246,7 @@
 )
 # Description.
 uf.desc.append(Desc_container())
-uf.desc[-1].add_paragraph("This will allow most of the data from a BMRB 
NMR-STAR formatted file to be loaded into the relax data store.  Note that a 
data pipe should be created for storing the data, and that currently only 
model-free data pipes can be used.  Also, only one sample condition can be 
read per relax data pipe.  Therefore if one of the sample conditions is not 
specified and multiple conditions exist in the NMR-STAR file, an error will 
be raised.")
+uf.desc[-1].add_paragraph("This will allow most of the data from a BMRB 
NMR-STAR formatted file to be loaded into the relax data store.  Note that an 
empty data pipe should be created for storing the data, and that currently 
only model-free data pipes can be used.  Also, only one sample condition can 
be read per relax data pipe.  Therefore if one of the sample conditions is 
not specified and multiple conditions exist in the NMR-STAR file, an error 
will be raised.")
 uf.backend = bmrb.read
 uf.menu_text = "&read"
 uf.gui_icon = "oxygen.actions.document-open"




Related Messages


Powered by MHonArc, Updated Fri Feb 01 17:40:02 2013