mailr18749 - /trunk/user_functions/residue.py


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

Header


Content

Posted by edward on March 11, 2013 - 10:24:
Author: bugman
Date: Mon Mar 11 10:24:22 2013
New Revision: 18749

URL: http://svn.gna.org/viewcvs/relax?rev=18749&view=rev
Log:
The spin_id argument to the residue.delete user function is no longer 
read-only.

This allows spin ranges or other complicated IDs to be specified.  This is 
needed for the Bmrb GUI
tests to pass.


Modified:
    trunk/user_functions/residue.py

Modified: trunk/user_functions/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/residue.py?rev=18749&r1=18748&r2=18749&view=diff
==============================================================================
--- trunk/user_functions/residue.py (original)
+++ trunk/user_functions/residue.py Mon Mar 11 10:24:22 2013
@@ -155,7 +155,7 @@
     desc = "The residue ID string.",
     wiz_element_type = 'combo',
     wiz_combo_iter = get_residue_ids,
-    wiz_read_only = True
+    wiz_read_only = False
 )
 # Description.
 uf.desc.append(Desc_container())




Related Messages


Powered by MHonArc, Updated Mon Mar 11 11:00:03 2013