mailr7033 - /1.3/generic_fns/dasha.py


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

Header


Content

Posted by sebastien . morin . 1 on July 30, 2008 - 21:13:
Author: semor
Date: Wed Jul 30 20:45:55 2008
New Revision: 7033

URL: http://svn.gna.org/viewcvs/relax?rev=7033&view=rev
Log:
Removed run arguments.


Modified:
    1.3/generic_fns/dasha.py

Modified: 1.3/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/dasha.py?rev=7033&r1=7032&r2=7033&view=diff
==============================================================================
--- 1.3/generic_fns/dasha.py (original)
+++ 1.3/generic_fns/dasha.py Wed Jul 30 20:45:55 2008
@@ -44,11 +44,10 @@
         self.relax = relax
 
 
-    def create(self, run=None, algor='LM', dir=None, force=False):
+    def create(self, algor='LM', dir=None, force=False):
         """Function for creating the Dasha script file 'dir/dasha_script'."""
 
         # Arguments.
-        self.run = run
         self.algor = algor
         self.dir = dir
         self.force = force
@@ -339,11 +338,10 @@
             raise RelaxError, 'Optimisation of the parameter set ' + 
`model_type` + ' currently not supported.'
 
 
-    def execute(self, run, dir, force, binary):
+    def execute(self, dir, force, binary):
         """Function for executing Dasha."""
 
         # Arguments.
-        self.run = run
         self.dir = dir
         self.force = force
         self.binary = binary
@@ -387,11 +385,8 @@
         sys.stdout.write('\n\n')
 
 
-    def extract(self, run, dir):
+    def extract(self, dir):
         """Function for extracting the Dasha results out of the 
'dasha_results' file."""
-
-        # Arguments.
-        self.run = run
 
         # Test if sequence data is loaded.
         if not ds.res.has_key(self.run):




Related Messages


Powered by MHonArc, Updated Wed Jul 30 22:20:22 2008