Author: tlinnet Date: Sun Dec 7 18:18:46 2014 New Revision: 27001 URL: http://svn.gna.org/viewcvs/relax?rev=27001&view=rev Log: Added io.py to the __init__.py file of pipe_control.
Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to nmrglue, to read .ft2 files and process them. Homepage: http://www.nmrglue.com/ Link to nmrglue discussion: https://groups.google.com/forum/#!forum/nmrglue-discuss The code is develop at Github: https://github.com/jjhelmus/nmrglue/ Documentation: http://nmrglue.readthedocs.org/en/latest/index.html Modified: branches/nmrglue/pipe_control/__init__.py Modified: branches/nmrglue/pipe_control/__init__.py URL: http://svn.gna.org/viewcvs/relax/branches/nmrglue/pipe_control/__init__.py?rev=27001&r1=27000&r2=27001&view=diff ============================================================================== --- branches/nmrglue/pipe_control/__init__.py (original) +++ branches/nmrglue/pipe_control/__init__.py Sun Dec 7 18:18:46 2014 @@ -37,6 +37,7 @@ 'fix', 'grace', 'interatomic', + 'io', 'j_coupling', 'minimise', 'model_selection', _______________________________________________ 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

