mailr10732 - /1.3/sample_scripts/stereochem_analysis.py


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

Header


Content

Posted by edward on February 18, 2010 - 14:31:
Author: bugman
Date: Thu Feb 18 14:31:58 2010
New Revision: 10732

URL: http://svn.gna.org/viewcvs/relax?rev=10732&view=rev
Log:
Fix for the stereochem_analysis.py sample script - the instantiated class 
run() method must be run!


Modified:
    1.3/sample_scripts/stereochem_analysis.py

Modified: 1.3/sample_scripts/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/stereochem_analysis.py?rev=10732&r1=10731&r2=10732&view=diff
==============================================================================
--- 1.3/sample_scripts/stereochem_analysis.py (original)
+++ 1.3/sample_scripts/stereochem_analysis.py Thu Feb 18 14:31:58 2010
@@ -106,7 +106,7 @@
 
 
 # Set up and code execution.
-Stereochem_analysis(
+analysis = Stereochem_analysis(
     stage=STAGE,
     num_ens=NUM_ENS,
     num_models=NUM_MODELS,
@@ -134,4 +134,4 @@
     lower_lim_rdc=LOWER_LIM_RDC,
     upper_lim_rdc=UPPER_LIM_RDC
 )
-Stereochem_analysis.run()
+analysis.run()




Related Messages


Powered by MHonArc, Updated Thu Feb 18 15:00:01 2010