Mercurial > repos > iuc > scanpy_plot
diff macros.xml @ 20:62acdd96d4a0 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:11 +0000 |
parents | 40812a65a78b |
children |
line wrap: on
line diff
--- a/macros.xml Thu Oct 03 22:44:36 2024 +0000 +++ b/macros.xml Fri Oct 18 10:37:11 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>