mailr11200 - /branches/bieri_gui/gui_bieri/analyses/results_analysis.py


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

Header


Content

Posted by michael . bieri on May 19, 2010 - 07:36:
Author: michaelbieri
Date: Wed May 19 07:36:14 2010
New Revision: 11200

URL: http://svn.gna.org/viewcvs/relax?rev=11200&view=rev
Log:
Better feedback after generating results files will be displayed.

Modified:
    branches/bieri_gui/gui_bieri/analyses/results_analysis.py

Modified: branches/bieri_gui/gui_bieri/analyses/results_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/results_analysis.py?rev=11200&r1=11199&r2=11200&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/results_analysis.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/results_analysis.py Wed May 19 
07:36:14 2010
@@ -316,19 +316,7 @@
 
     
##################################################################################################
 
-    print ""
-    print ""
-    print " ---------- done ----------------"
-    print ""
-    print ""
-    print "Grace Plots are in Folder /grace/"
-    print ""
-    print "Signle Text Files for Relaxation Parameters are in Folder 
/final_results/"
-    print ""
-    print "Diffusion Tensor is in current Folder"
-    print ""
-    print "PyMol Macros are in current Folder - execute in PyMol with 
Command:"
-    print "@diffusion_tensor.pml, @rex.pml and @s2.pml"
+    print 
'\n\n__________________________________________________________\n\nSuccessfully
 generated model-free results files\nsee results 
tab\n__________________________________________________________'
 
     returnstring = [residue, model, s2, rex, te]
     return returnstring # return data for results table dialog
@@ -356,7 +344,7 @@
     if '.agr' in openfile:
         system('xmgrace ' + openfile + ' &')
 
-    if '.txt' in openfile:
+    if '.csv' in openfile:
         system('gedit ' + openfile + ' &')
 
     if '.pml' in openfile:




Related Messages


Powered by MHonArc, Updated Wed May 19 07:40:01 2010