mailr12345 - /branches/bieri_gui/auto_analyses/noe.py


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

Header


Content

Posted by michael . bieri on January 17, 2011 - 01:32:
Author: michaelbieri
Date: Mon Jan 17 01:32:34 2011
New Revision: 12345

URL: http://svn.gna.org/viewcvs/relax?rev=12345&view=rev
Log:
Fixed variable for hetero nucleus name of pdb file.

Modified:
    branches/bieri_gui/auto_analyses/noe.py

Modified: branches/bieri_gui/auto_analyses/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/noe.py?rev=12345&r1=12344&r2=12345&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/noe.py (original)
+++ branches/bieri_gui/auto_analyses/noe.py Mon Jan 17 01:32:34 2011
@@ -119,7 +119,7 @@
             self.interpreter.structure.read_pdb(self.pdb_file)
 
             # Read the spin information.
-            generic_fns.structure.main.load_spins(spin_id=heteronuc_pdb)
+            generic_fns.structure.main.load_spins(spin_id=self.heteronuc_pdb)
 
         else:
             # Read the sequence file.




Related Messages


Powered by MHonArc, Updated Wed Jan 19 16:00:02 2011