changeset 20:8983e7a04ba7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 55ba4cd74d5d8f7baff164b1864c36759d1c7fd9
author iuc
date Fri, 18 Oct 2024 10:37:48 +0000
parents cb43c5d3acd3
children
files macros.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Oct 03 22:42:14 2024 +0000
+++ b/macros.xml	Fri Oct 18 10:37:48 2024 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.10.2</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <token name="@PROFILE@">21.09</token>
     <xml name="requirements">
         <requirements>
@@ -1289,8 +1289,8 @@
     ]]>
     </token>
 
-    <xml name="param_gene_symbols">
-        <param argument="gene_symbols" type="text" value="" optional="true" label="Key for field in '.var' that stores gene symbols" help="By default 'var_names' refer to the index column of the '.var' DataFrame">
+    <xml name="param_gene_symbols" token_label="Key for field in '.var' that stores gene symbols" token_help="By default 'var_names' refer to the index column of the '.var' DataFrame">
+        <param argument="gene_symbols" type="text" value="" optional="true" label="@LABEL@" help="@HELP@">
             <expand macro="sanitize_query"/>
         </param>
     </xml>