Author: bugman
Date: Sun Jan 11 14:01:28 2009
New Revision: 8376
URL: http://svn.gna.org/viewcvs/relax?rev=8376&view=rev
Log:
Added a stub bmrb_write() model-free method.
Added:
branches/bmrb/specific_fns/model_free/bmrb.py
Added: branches/bmrb/specific_fns/model_free/bmrb.py
URL:
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=8376&view=auto
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (added)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Sun Jan 11 14:01:28 2009
@@ -1,0 +1,32 @@
+###############################################################################
+# #
+# Copyright (C) 2009 Edward d'Auvergne #
+# #
+# This file is part of the program relax. #
+# #
+# relax is free software; you can redistribute it and/or modify #
+# it under the terms of the GNU General Public License as published by #
+# the Free Software Foundation; either version 2 of the License, or #
+# (at your option) any later version. #
+# #
+# relax is distributed in the hope that it will be useful, #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
+# GNU General Public License for more details. #
+# #
+# You should have received a copy of the GNU General Public License #
+# along with relax; if not, write to the Free Software #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
+# #
+###############################################################################
+
+
+class Bmrb:
+ """Class containing methods related to BMRB STAR file reading and
writing."""
+
+ def bmrb_write(self, file):
+ """Write the model-free results to a BMRB NMR-STAR v3.1 formatted file.
+
+ @param file: The writable file object.
+ @type file: file object
+ """
_______________________________________________
relax (http://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