Mercurial > repos > iuc > baredsc_combine_1d
diff macros.xml @ 1:050cf43887d3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 576069ce2296ef58daa8a4e03c993d5900608c4c
| author | iuc |
|---|---|
| date | Mon, 16 Oct 2023 14:00:49 +0000 |
| parents | c32347702e12 |
| children | b13d3e4c48e1 |
line wrap: on
line diff
--- a/macros.xml Mon Oct 02 13:24:26 2023 +0000 +++ b/macros.xml Mon Oct 16 14:00:49 2023 +0000 @@ -1,5 +1,5 @@ <macros> - <token name="@TOOL_VERSION@">1.1.1</token> + <token name="@TOOL_VERSION@">1.1.2</token> <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> @@ -49,7 +49,7 @@ <param argument="--input" type="data" format="tabular" label="Input table (with header)" help="Expected format is one line per cell, columns with raw counts and one column 'nCount_RNA' with the total number of UMI per cell (optionally other meta data to filter)" /> </when> <when value="anndata"> - <param argument="--inputAnnData" type="data" format="anndata" label="AnnData containing raw counts" /> + <param argument="--inputAnnData" type="data" format="h5ad" label="AnnData containing raw counts" /> </when> </conditional> </xml>
