diff macros.xml @ 71:e26a8a6d2d2e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit cf208cecf0140ff43d145a44713ab7108057fb8b
author fubar
date Sat, 30 Mar 2024 07:15:04 +0000
parents c4eb6a85db70
children dff27c9f6d72
line wrap: on
line diff
--- a/macros.xml	Fri Mar 29 09:35:57 2024 +0000
+++ b/macros.xml	Sat Mar 30 07:15:04 2024 +0000
@@ -438,7 +438,6 @@
         </section>
     </xml>
 
-    <!-- TODO use this -->
     <xml name="track_menu">
         <section name="jbmenu" title="JBrowse Contextual Menu options [Advanced]" expanded="false">
             <repeat name="track_menu" title="Track Menu">
@@ -556,7 +555,7 @@
                     <option value="uri">PAF reference comparison genome tabix .gz URI with index files at the corresponding URIs</option>
                 </param>
                 <when value="history">
-                    <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF">
+                    <repeat name="refgenomes" title="PAF reference comparison genome used to make the PAF" min="1">
                        <param label="@LABEL@" format="@FORMAT@" name="annotation" multiple="True" optional="true" type="data" />
                        <param label="Short name for track display" name="annoname" type="text" help="No spaces allowed here">
                              <sanitizer invalid_char="_">
@@ -568,9 +567,9 @@
                     </repeat>
                 </when>
                 <when value="uri">
-                    <repeat name="refgenomes" title="PAF reference comparison genome URI">
+                    <repeat name="refgenomes" title="PAF reference comparison genome URI" min="1">
                        <param label="@LABEL@" name="annotation"  type="text" />
-                       <param label="Short name for track display" name="annoname" type="text" >
+                       <param label="Short name for this reference" name="annoname" type="text" help="Short names take less track space">
                              <sanitizer invalid_char="_">
                                 <valid initial="string.printable" >
                                     <remove value="'" />