mailr9858 - /branches/bmrb/generic_fns/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 - 17:56:
Author: bugman
Date: Thu Oct 29 17:56:17 2009
New Revision: 9858

URL: http://svn.gna.org/viewcvs/relax?rev=9858&view=rev
Log:
The method saveframes containing scripts now refer to the citations 
associated with that script.


Modified:
    branches/bmrb/generic_fns/exp_info.py

Modified: branches/bmrb/generic_fns/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/exp_info.py?rev=9858&r1=9857&r2=9858&view=diff
==============================================================================
--- branches/bmrb/generic_fns/exp_info.py (original)
+++ branches/bmrb/generic_fns/exp_info.py Thu Oct 29 17:56:17 2009
@@ -371,7 +371,7 @@
         cdp.exp_info.add_citation(cite_id=id, authors=CITE[key].authors, 
doi=CITE[key].doi, pubmed_id=CITE[key].pubmed_id, 
full_citation=CITE[key].full_citation, title=CITE[key].title, 
status=CITE[key].status, type=CITE[key].type, 
journal_abbrev=CITE[key].journal_abbrev, journal_full=CITE[key].journal_full, 
volume=CITE[key].volume, page_first=CITE[key].page_first, 
page_last=CITE[key].page_last, year=CITE[key].year)
 
     # Place the data in the container.
-    cdp.exp_info.setup_script(file=file, dir=dir, text=text, 
analysis_type=analysis_type, model_selection=model_selection, engine=engine, 
model_elim=model_elim, universal_solution=universal_solution)
+    cdp.exp_info.setup_script(file=file, dir=dir, text=text, 
cite_ids=cite_id, analysis_type=analysis_type, 
model_selection=model_selection, engine=engine, model_elim=model_elim, 
universal_solution=universal_solution)
 
 
 def software(name=None, version=None, url=None, vendor_name=None, 
cite_ids=None, tasks=None):




Related Messages


Powered by MHonArc, Updated Thu Oct 29 18:40:03 2009