diff macros.xml @ 3:8c2167481e72 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/blobtoolkit commit d4e8bcb01de330e345970d3df6b75392c7fe2275
author bgruening
date Fri, 26 Jul 2024 16:15:35 +0000
parents 53dd00a4ab68
children
line wrap: on
line diff
--- a/macros.xml	Tue Mar 28 15:17:19 2023 +0000
+++ b/macros.xml	Fri Jul 26 16:15:35 2024 +0000
@@ -1,10 +1,10 @@
 <macros>
     <token name="@TOOL_VERSION@">4.0.7</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     
     <xml name="requirements">
         <requirements>
-            <container type="docker">genomehubs/blobtoolkit:@TOOL_VERSION@</container>
+            <container type="docker">quay.io/biocontainers/blobtoolkit:4.3.11</container>
         </requirements>
     </xml>
     <xml name="citations">
@@ -46,4 +46,21 @@
     <xml name="macro_taxdump">
         <param argument="--taxdump" type="data" format="tar,gz,tgz" label="NCBI taxdump directory" help="It requires to use the last taxdump version. You can find more information about it in the help section."/>
     </xml>
+    <xml name="blobtk_plotting">
+        <conditional name="blobtk_plot_options">
+            <param name="blobtk_plot" type="select" label="Do you want to plot the dataset">
+                <option value="yes">Yes</option>
+                <option value="no">No</option>
+            </param>
+            <when value="yes">
+                <param name="plot_view" type="select" label="Select the view type for the plot">
+                    <option value="blob" selected="true">Blob view</option>
+                    <option value="cumulative">Cumulative view</option>
+                    <option value="legend">Legend view</option>
+                    <option value="snail">Snail view</option>
+                </param>
+            </when>
+            <when value="no"></when>
+        </conditional>
+    </xml>
 </macros>