mailr10925 - /branches/bieri_gui/auto_analyses/relax_fit.py


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

Header


Content

Posted by michael . bieri on February 25, 2010 - 05:43:
Author: michaelbieri
Date: Thu Feb 25 05:43:42 2010
New Revision: 10925

URL: http://svn.gna.org/viewcvs/relax?rev=10925&view=rev
Log:
New arguments are accessible for all functions.

Modified:
    branches/bieri_gui/auto_analyses/relax_fit.py

Modified: branches/bieri_gui/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/relax_fit.py?rev=10925&r1=10924&r2=10925&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Thu Feb 25 05:43:42 2010
@@ -57,12 +57,20 @@
         """
 
         # Store the args.
-        self.pipe_name = pipe_name+ ' ' + 
str(time.asctime(time.localtime())) # add date and time to allow multiple 
executions of relax_fit
+        self.pipe_name = pipe_name
+        self.pipe_name = pipe_name + ' ' + 
str(time.asctime(time.localtime())) # add date and time to allow multiple 
executions of relax_fit
         self.seq_args = seq_args
         self.file_names = file_names
         self.relax_times = relax_times
         self.int_method = int_method
         self.mc_num = mc_num
+        self.mc_num = 10
+        self.pdb_file = pdb_file
+        self.unresolved = unresolved
+        self.directory = directory
+        self.grace_dir = self.directory + sep + 'grace'
+        self.rx_type = rx_type
+        self.freq = str(freq)
 
         # User variable checks.
         self.check_vars()




Related Messages


Powered by MHonArc, Updated Thu Feb 25 06:00:02 2010