mailr17485 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on September 17, 2012 - 18:05:
Author: bugman
Date: Mon Sep 17 18:05:56 2012
New Revision: 17485

URL: http://svn.gna.org/viewcvs/relax?rev=17485&view=rev
Log:
Expanded the spin ID list for the structure.load_spins user function.

This now includes the spins "@N", "@NE1", "@C", "@H", "@O", "@P", ":A@C2", 
":A@C8", ":G@N1",
":G@C8", ":C@C5", ":C@C5", ":U@N3", ":U@C5", ":U@C6".


Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=17485&r1=17484&r2=17485&view=diff
==============================================================================
--- trunk/user_functions/structure.py (original)
+++ trunk/user_functions/structure.py Mon Sep 17 18:05:56 2012
@@ -421,6 +421,7 @@
     arg_type = "spin ID",
     desc_short = "spin ID string",
     desc = "The spin identification string for the selective loading of 
certain spins into the relax data store.",
+    wiz_combo_choices = ["@N", "@NE1", "@C", "@H", "@O", "@P", ":A@C2", 
":A@C8", ":G@N1", ":G@C8", ":C@C5", ":C@C5", ":U@N3", ":U@C5", ":U@C6"],
     can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Tue Sep 18 11:00:02 2012