diff pathview.xml @ 3:e9e98c810b7f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pathview commit f21f5effc122e992ed977bc42b27f9520f59a33b"
author iuc
date Fri, 08 Apr 2022 15:36:19 +0000
parents 7ae319cf912b
children 63af34544358
line wrap: on
line diff
--- a/pathview.xml	Wed Sep 01 07:56:32 2021 +0000
+++ b/pathview.xml	Fri Apr 08 15:36:19 2022 +0000
@@ -1,14 +1,14 @@
-<tool id="pathview" name="Pathview" version="@VERSION@+@GALAXY_VERSION@">
+<tool id="pathview" name="Pathview" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
     <description>for pathway based data integration and visualization</description>
     <xrefs>
         <xref type="bio.tools">pathview</xref>
     </xrefs>
     <macros>
-        <token name="@VERSION@">1.24.0</token>
-        <token name="@GALAXY_VERSION@">galaxy0</token>
+        <token name="@TOOL_VERSION@">1.24.0</token>
+        <token name="@VERSION_SUFFIX@">2</token>
     </macros>
     <requirements>
-        <requirement type="package" version="@VERSION@">bioconductor-pathview</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">bioconductor-pathview</requirement>
         <requirement type="package" version="3.8.2">bioconductor-org.ag.eg.db</requirement>
         <requirement type="package" version="3.8.2">bioconductor-org.at.tair.db</requirement>
         <requirement type="package" version="3.8.2">bioconductor-org.bt.eg.db</requirement>
@@ -85,7 +85,7 @@
                 </param>
             </when>
             <when value="multiple">
-                <param name="tabular" type="data" format="tabular" optional="true" label="KEGG pathways" help="A table with one-column with KEGG pathways to plot"/>
+                <param name="tabular" type="data" format="txt,tabular" optional="true" label="KEGG pathways" help="A table with one-column with KEGG pathways to plot"/>
                 <param name="header" type="boolean" checked="true" label="Does the file have header (a first line with column names)?"/>
             </when>
         </conditional>