changeset 62:ce217f091366 draft

Uploaded
author greg
date Tue, 19 Dec 2017 12:29:48 -0500
parents 5acfb82e4f44
children ff5bd57b1fdd
files ideas_genome_tracks.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ideas_genome_tracks.xml	Tue Dec 19 09:11:42 2017 -0500
+++ b/ideas_genome_tracks.xml	Tue Dec 19 12:29:48 2017 -0500
@@ -25,8 +25,8 @@
     #set state_color_repeat = $select_state_color_cond.state_color_repeat
     #set state_indexes = list()
     #set state_colors = list()
-    #for items in $state_color_repeat:
-        $state_indexes.append($items.state_index)
+    #for $items in $state_color_repeat:
+        $state_indexes.append(str($items.state_index))
         $state_colors.append(str($items.state_color))
     #end for
     #set state_indexes = ",".join($state_indexes)
@@ -77,7 +77,7 @@
             <when value="no" />
             <when value="yes">
                 <repeat name="state_color_repeat" title="State colors" min="1">
-                    <param name="state" type="integer" value="" min="1" label="State index" help="Enter the integer index of the desired state">
+                    <param name="state_index" type="integer" value="" min="1" label="State index" help="Enter the integer index of the desired state">
                         <validator type="empty_field"/>
                     </param>
                     <param name="state_color" type="color" label="State color"/>
@@ -124,4 +124,4 @@
     <citations>
         <citation type="doi">10.1093/nar/gkw278</citation>
     </citations>
-</tool>
\ No newline at end of file
+</tool>