Mercurial > repos > iuc > scanpy_plot
comparison 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 |
comparison
equal
deleted
inserted
replaced
19:40812a65a78b | 20:62acdd96d4a0 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">1.10.2</token> | 2 <token name="@TOOL_VERSION@">1.10.2</token> |
3 <token name="@VERSION_SUFFIX@">1</token> | 3 <token name="@VERSION_SUFFIX@">2</token> |
4 <token name="@PROFILE@">21.09</token> | 4 <token name="@PROFILE@">21.09</token> |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">scanpy</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">scanpy</requirement> |
8 <requirement type="package" version="0.10.3">anndata</requirement> | 8 <requirement type="package" version="0.10.3">anndata</requirement> |
1287 #end if | 1287 #end if |
1288 frameon=$method.frameon, | 1288 frameon=$method.frameon, |
1289 ]]> | 1289 ]]> |
1290 </token> | 1290 </token> |
1291 | 1291 |
1292 <xml name="param_gene_symbols"> | 1292 <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"> |
1293 <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"> | 1293 <param argument="gene_symbols" type="text" value="" optional="true" label="@LABEL@" help="@HELP@"> |
1294 <expand macro="sanitize_query"/> | 1294 <expand macro="sanitize_query"/> |
1295 </param> | 1295 </param> |
1296 </xml> | 1296 </xml> |
1297 <token name="@CMD_PARAM_GENE_SYMBOLS@"><![CDATA[ | 1297 <token name="@CMD_PARAM_GENE_SYMBOLS@"><![CDATA[ |
1298 #if str($method.gene_symbols) != '': | 1298 #if str($method.gene_symbols) != '': |