mailr11651 - /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 22, 2010 - 15:18:
Author: bugman
Date: Fri Oct 22 15:18:18 2010
New Revision: 11651

URL: http://svn.gna.org/viewcvs/relax?rev=11651&view=rev
Log:
The saveframe description for the relax scripts now says that they are relax 
scripts.


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=11651&r1=11650&r2=11651&view=diff
==============================================================================
--- branches/bmrb/generic_fns/exp_info.py (original)
+++ branches/bmrb/generic_fns/exp_info.py Fri Oct 22 15:18:18 2010
@@ -115,8 +115,11 @@
                 for cite in script.cite_ids:
                     cite_id_nums.append(cdp.exp_info.get_cite_id_num(cite))
 
+            # The name.
+            name = script.file + " relax script"
+
             # The method info.
-            star.method.add(name=script.file, details=None, 
cite_ids=cite_id_nums, file_name=script.file, file_text=script.text)
+            star.method.add(name=name, details=None, cite_ids=cite_id_nums, 
file_name=script.file, file_text=script.text)
 
 
 def bmrb_write_software(star):




Related Messages


Powered by MHonArc, Updated Fri Oct 22 18:00:02 2010