diff macros.xml @ 7:6d1f577b3e47 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 2d69e621036bf155e02189d4a9a8aa9ee24536e0
author iuc
date Fri, 04 Apr 2025 10:38:06 +0000
parents 7a5a2d28c539
children
line wrap: on
line diff
--- a/macros.xml	Wed Sep 25 15:30:03 2024 +0000
+++ b/macros.xml	Fri Apr 04 10:38:06 2025 +0000
@@ -1,6 +1,6 @@
 <macros>
-    <token name="@TOOL_VERSION@">2.4.0</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@TOOL_VERSION@">2.5.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <xml name="requirements">
         <requirements>
         <requirement type="package" version="@TOOL_VERSION@">arriba</requirement>
@@ -238,6 +238,7 @@
                         </help>
                         <validator type="regex" message="">^\d+(,\d+)?$</validator>
                     </param>
+                    <param argument="--plotPanels" type="boolean" label="Plot panels" truevalue="TRUE" falsevalue="FALSE" help="The output will contain a panel for each fusion partner"/>
                 </section>
     </xml>
     <token name="@DRAW_FUSIONS@">
@@ -301,5 +302,8 @@
     #if str($visualization.options.fontSize)
         --fontSize=$visualization.options.fontSize
     #end if
+    #if $visualization.options.plotPanels
+        --plotPanels=$visualization.options.plotPanels
+    #end if
 </token>
 </macros>