mailr11217 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.py


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

Header


Content

Posted by michael . bieri on May 31, 2010 - 03:04:
Author: michaelbieri
Date: Mon May 31 03:04:06 2010
New Revision: 11217

URL: http://svn.gna.org/viewcvs/relax?rev=11217&view=rev
Log:
Space characters around '=' were removed.

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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=11217&r1=11216&r2=11217&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Mon May 31 03:04:06 2010
@@ -515,7 +515,7 @@
         data = self.assemble_data()
 
         # Execute.
-        NOE_calc(filename=data.filename, seq_args=data.seq_args, 
pipe_name='noe'+'_'+str(time.asctime(time.localtime())), 
noe_ref=data.ref_file, noe_ref_rmsd=data.ref_rmsd, noe_sat=data.sat_file, 
noe_sat_rmsd=data.sat_rmsd, unresolved=data.unresolved, 
pdb_file=data.structure_file, results_folder=data.save_dir, 
int_method='height', heteronuc = data.heteronuc, proton = data.proton)
+        NOE_calc(filename=data.filename, seq_args=data.seq_args, 
pipe_name='noe'+'_'+str(time.asctime(time.localtime())), 
noe_ref=data.ref_file, noe_ref_rmsd=data.ref_rmsd, noe_sat=data.sat_file, 
noe_sat_rmsd=data.sat_rmsd, unresolved=data.unresolved, 
pdb_file=data.structure_file, results_folder=data.save_dir, 
int_method='height', heteronuc=data.heteronuc, proton=data.proton)
 
         # Feedback about success.
         wx.CallAfter(self.gui.controller.log_panel.AppendText, 
'\n\n__________________________________________________________\n\nSuccessfully
 calculated NOE 
values\n__________________________________________________________')




Related Messages


Powered by MHonArc, Updated Tue Jun 01 00:00:03 2010