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)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to