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
_______________________________________________
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