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

Changeset 20:974bb00b2f43 (2024-10-18)
Previous changeset 19:fe8f16c594ec (2024-10-03) Next changeset 21:acc4732fae0b (2024-10-28)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 55ba4cd74d5d8f7baff164b1864c36759d1c7fd9
modified:
macros.xml
b
diff -r fe8f16c594ec -r 974bb00b2f43 macros.xml
--- a/macros.xml Thu Oct 03 22:42:49 2024 +0000
+++ b/macros.xml Fri Oct 18 10:36:34 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>