mailr16808 - /branches/uf_redesign/generic_fns/mol_res_spin.py


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

Header


Content

Posted by edward on June 10, 2012 - 13:32:
Author: bugman
Date: Sun Jun 10 13:32:37 2012
New Revision: 16808

URL: http://svn.gna.org/viewcvs/relax?rev=16808&view=rev
Log:
The bmrb.read user function is now extracting the thiol state of the molecule.

This is again in the generic_fns.mol_res_spin.bmrb_read() function as this is 
part of the Entity
saveframe.


Modified:
    branches/uf_redesign/generic_fns/mol_res_spin.py

Modified: branches/uf_redesign/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/generic_fns/mol_res_spin.py?rev=16808&r1=16807&r2=16808&view=diff
==============================================================================
--- branches/uf_redesign/generic_fns/mol_res_spin.py (original)
+++ branches/uf_redesign/generic_fns/mol_res_spin.py Sun Jun 10 13:32:37 2012
@@ -45,8 +45,7 @@
 
 # relax module imports.
 from data.mol_res_spin import MoleculeContainer, ResidueContainer, 
SpinContainer
-from generic_fns import pipes
-from generic_fns import relax_re
+from generic_fns import exp_info, pipes, relax_re
 from relax_errors import RelaxError, RelaxNoSpinError, RelaxMultiMolIDError, 
RelaxMultiResIDError, RelaxMultiSpinIDError, RelaxResSelectDisallowError, 
RelaxSpinSelectDisallowError
 from relax_warnings import RelaxWarning
 from status import Status; status = Status()
@@ -555,6 +554,9 @@
 
         # Create the molecule.
         create_molecule(mol_name=mol_name, mol_type=mol_type)
+
+        # The thiol state.
+        exp_info.thiol_state(data['thiol_state'])
 
         # Add the residues.
         for i in range(len(data['res_nums'])):




Related Messages


Powered by MHonArc, Updated Sun Jun 10 13:40:01 2012