mailr17316 - in /branches/frame_order_testing/user_functions: pcs.py rdc.py


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

Header


Content

Posted by edward on July 25, 2012 - 13:11:
Author: bugman
Date: Wed Jul 25 13:11:00 2012
New Revision: 17316

URL: http://svn.gna.org/viewcvs/relax?rev=17316&view=rev
Log:
The rdc and pcs user functions now use align_tensor.get_align_ids() rather 
than get_ids().

This is a fix for the rename in the previous commit.


Modified:
    branches/frame_order_testing/user_functions/pcs.py
    branches/frame_order_testing/user_functions/rdc.py

Modified: branches/frame_order_testing/user_functions/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/user_functions/pcs.py?rev=17316&r1=17315&r2=17316&view=diff
==============================================================================
--- branches/frame_order_testing/user_functions/pcs.py (original)
+++ branches/frame_order_testing/user_functions/pcs.py Wed Jul 25 13:11:00 
2012
@@ -50,7 +50,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True,
     can_be_none = True
 )
@@ -120,7 +120,7 @@
 #    desc_short = "alignment ID string",
 #    desc = "The alignment ID string.",
 #    wiz_element_type = 'combo',
-#    wiz_combo_iter = align_tensor.get_ids,
+#    wiz_combo_iter = align_tensor.get_align_ids,
 #    wiz_read_only = True,
 #    can_be_none = True
 #)
@@ -210,7 +210,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string of the data to delete.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True,
     can_be_none = True
 )
@@ -238,7 +238,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(
@@ -271,7 +271,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids
+    wiz_combo_iter = align_tensor.get_align_ids
 )
 uf.add_keyarg(
     name = "file",
@@ -397,7 +397,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(
@@ -432,7 +432,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(

Modified: branches/frame_order_testing/user_functions/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/user_functions/rdc.py?rev=17316&r1=17315&r2=17316&view=diff
==============================================================================
--- branches/frame_order_testing/user_functions/rdc.py (original)
+++ branches/frame_order_testing/user_functions/rdc.py Wed Jul 25 13:11:00 
2012
@@ -50,7 +50,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True,
     can_be_none = True
 )
@@ -120,7 +120,7 @@
 #    desc_short = "alignment ID string",
 #    desc = "The alignment ID string.",
 #    wiz_element_type = 'combo',
-#    wiz_combo_iter = align_tensor.get_ids,
+#    wiz_combo_iter = align_tensor.get_align_ids,
 #    wiz_read_only = True,
 #    can_be_none = True
 #)
@@ -210,7 +210,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string of the data to delete.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True,
     can_be_none = True
 )
@@ -238,7 +238,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(
@@ -271,7 +271,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids
+    wiz_combo_iter = align_tensor.get_align_ids
 )
 uf.add_keyarg(
     name = "file",
@@ -391,7 +391,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(
@@ -426,7 +426,7 @@
     desc_short = "alignment ID string",
     desc = "The alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Wed Jul 25 13:20:02 2012