mailr10330 - /1.3/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on January 25, 2010 - 21:01:
Author: bugman
Date: Mon Jan 25 21:01:23 2010
New Revision: 10330

URL: http://svn.gna.org/viewcvs/relax?rev=10330&view=rev
Log:
As a precaution, the spins will always be named in the automatic model-free 
protocol.


Modified:
    1.3/auto_analyses/dauvergne_protocol.py

Modified: 1.3/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/dauvergne_protocol.py?rev=10330&r1=10329&r2=10330&view=diff
==============================================================================
--- 1.3/auto_analyses/dauvergne_protocol.py (original)
+++ 1.3/auto_analyses/dauvergne_protocol.py Mon Jan 25 21:01:23 2010
@@ -273,6 +273,10 @@
                     if self.exclude:
                         self.interpreter.deselect.read(file=self.exclude)
 
+                    # Name the spins if necessary.
+                    if self.seq_args[6] == None:
+                        self.interpreter.spin.name(name=self.het_name)
+
                     # Load the PDB file and calculate the unit vectors 
parallel to the XH bond.
                     if self.pdb_file:
                         self.interpreter.structure.read_pdb(self.pdb_file)




Related Messages


Powered by MHonArc, Updated Mon Jan 25 21:20:02 2010