Repository 'scanpy_normalize'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/scanpy_normalize

Changeset 20:4bda4412b8c2 (2024-10-18)
Previous changeset 19:146ae5d70b47 (2024-10-03)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 55ba4cd74d5d8f7baff164b1864c36759d1c7fd9
modified:
macros.xml
b
diff -r 146ae5d70b47 -r 4bda4412b8c2 macros.xml
--- a/macros.xml Thu Oct 03 22:45:12 2024 +0000
+++ b/macros.xml Fri Oct 18 10:38:26 2024 +0000
b
@@ -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>