mailr8579 - /branches/multi_structure/specific_fns/model_free/results.py


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

Header


Content

Posted by edward on January 22, 2009 - 11:22:
Author: bugman
Date: Thu Jan 22 11:22:53 2009
New Revision: 8579

URL: http://svn.gna.org/viewcvs/relax?rev=8579&view=rev
Log:
Fix for the call to generic_fns.structure.main.read_pdb() in 
__load_structure().

This fixes the loading of relax 1.2 results files.


Modified:
    branches/multi_structure/specific_fns/model_free/results.py

Modified: branches/multi_structure/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/specific_fns/model_free/results.py?rev=8579&r1=8578&r2=8579&view=diff
==============================================================================
--- branches/multi_structure/specific_fns/model_free/results.py (original)
+++ branches/multi_structure/specific_fns/model_free/results.py Thu Jan 22 
11:22:53 2009
@@ -593,7 +593,7 @@
 
         # Read the PDB file (if it exists).
         if not pdb == 'None':
-            generic_fns.structure.main.read_pdb(file=pdb, model=pdb_model, 
fail=False, verbosity=verbosity)
+            generic_fns.structure.main.read_pdb(file=pdb, 
set_model_num=pdb_model, fail=False, verbosity=verbosity)
             return True
         else:
             return False




Related Messages


Powered by MHonArc, Updated Thu Jan 22 11:40:02 2009