mailr6147 - /1.3/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on May 20, 2008 - 11:18:
Author: bugman
Date: Tue May 20 11:18:54 2008
New Revision: 6147

URL: http://svn.gna.org/viewcvs/relax?rev=6147&view=rev
Log:
Changed a few method names in the API base class.

load_structures() is now load_pdb() and write_pdb_file() is now write_pdb().


Modified:
    1.3/generic_fns/structure/api_base.py

Modified: 1.3/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/api_base.py?rev=6147&r1=6146&r2=6147&view=diff
==============================================================================
--- 1.3/generic_fns/structure/api_base.py (original)
+++ 1.3/generic_fns/structure/api_base.py Tue May 20 11:18:54 2008
@@ -183,7 +183,7 @@
         raise RelaxImplementError
 
 
-    def load_structures(self, file_path, model, verbosity=False):
+    def load_pdb(self, file_path, model=None, verbosity=False):
         """Prototype method stub for loading structures from a file.
 
         This inherited prototype method is a stub which, if the 
functionality is desired, should be
@@ -225,7 +225,7 @@
         raise RelaxImplementError
 
 
-    def write_pdb_file(self, file):
+    def write_pdb(self, file):
         """Prototype method stub for the creation of a PDB file from the 
structural data.
 
         The PDB records




Related Messages


Powered by MHonArc, Updated Tue May 20 11:20:11 2008