mailr9847 - /branches/bmrb/data/exp_info.py


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

Header


Content

Posted by edward on October 29, 2009 - 14:53:
Author: bugman
Date: Thu Oct 29 14:53:14 2009
New Revision: 9847

URL: http://svn.gna.org/viewcvs/relax?rev=9847&view=rev
Log:
The citation ID strings are now going into the script containers.


Modified:
    branches/bmrb/data/exp_info.py

Modified: branches/bmrb/data/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/data/exp_info.py?rev=9847&r1=9846&r2=9847&view=diff
==============================================================================
--- branches/bmrb/data/exp_info.py (original)
+++ branches/bmrb/data/exp_info.py Thu Oct 29 14:53:14 2009
@@ -184,11 +184,13 @@
         self.thiol_state = state
 
 
-    def setup_script(self, file=None, text=None, analysis_type=None, 
model_selection=None, engine=None, model_elim=False, 
universal_solution=False):
+    def setup_script(self, file=None, cite_ids=None, text=None, 
analysis_type=None, model_selection=None, engine=None, model_elim=False, 
universal_solution=False):
         """Specify the scripts used in the analysis.
 
         @param file:                    The name of the script file.
         @type file:                     str
+        @keyword cite_ids:              The citation ID numbers.
+        @type cite_ids:                 None or str
         @param text:                    The script text.
         @type text:                     str
         @keyword analysis_type:         The type of analysis performed.
@@ -225,6 +227,7 @@
 
         # Set the attributes.
         script.file = file
+        script.cite_ids = cite_ids
         script.text = text
         script.analysis_type = analysis_type
         script.model_selection = model_selection




Related Messages


Powered by MHonArc, Updated Thu Oct 29 15:00:02 2009