Mercurial > repos > iuc > scanpy_normalize
comparison macros.xml @ 17:070dcf979dab draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 55ba4cd74d5d8f7baff164b1864c36759d1c7fd9
| author | iuc |
|---|---|
| date | Fri, 18 Oct 2024 10:34:44 +0000 |
| parents | c342d700fbc2 |
| children | 3b8c8f9814a1 |
comparison
equal
deleted
inserted
replaced
| 16:c342d700fbc2 | 17:070dcf979dab |
|---|---|
| 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@"><