mailr26146 - /trunk/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by tlinnet on October 03, 2014 - 18:30:
Author: tlinnet
Date: Fri Oct  3 18:30:40 2014
New Revision: 26146

URL: http://svn.gna.org/viewcvs/relax?rev=26146&view=rev
Log:
Inserted a "RelaxImplementError" when trying to call bmrb_write from a 
relaxation dispersion analysis.

To implement the fucntion, it would require a re-write of the relax_data 
bmrb_write(star) function, and proper handling of cdp.ri_ids.
It was also not readily possible to find examples of submitted CPMG data in 
the BMRB database.
This makes it hard to develop, and even ensure that BMRB would accept the 
format.

task #7858 (https://gna.org/task/?7858): Make it possible to submit CPMG 
experiments for BMRB

Modified:
    trunk/specific_analyses/relax_disp/api.py

Modified: trunk/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/api.py?rev=26146&r1=26145&r2=26146&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py   (original)
+++ trunk/specific_analyses/relax_disp/api.py   Fri Oct  3 18:30:40 2014
@@ -135,6 +135,12 @@
         @keyword version:   The BMRB NMR-STAR dictionary format to output to.
         @type version:      str
         """
+
+        # This function is not yet implemented, as it would require a 
re-write of the relax_data bmrb_write(star) function, and proper handling of 
cdp.ri_ids.
+        # It was also not readily possible to find examples of submitted 
CPMG data in the BMRB database.
+
+        # Not implemented.
+        raise RelaxImplementError('bmrb_write')
 
         # Checks.
         check_spectrometer_setup(escalate=2)




Related Messages


Powered by MHonArc, Updated Fri Oct 03 18:40:02 2014