comparison macros.xml @ 1:4fff5a293013 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:01:08 +0000
parents 02b1fe7aed76
children 0e70b2dfe4be
comparison
equal deleted inserted replaced
0:02b1fe7aed76 1:4fff5a293013
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">1.1.1</token> 2 <token name="@TOOL_VERSION@">1.1.2</token>
3 <token name="@VERSION_SUFFIX@">0</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <xml name="requirements"> 4 <xml name="requirements">
5 <requirements> 5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">baredsc</requirement> 6 <requirement type="package" version="@TOOL_VERSION@">baredsc</requirement>
7 <requirement type="package" version="1.12">gzip</requirement> 7 <requirement type="package" version="1.12">gzip</requirement>
47 </param> 47 </param>
48 <when value="tabular"> 48 <when value="tabular">
49 <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)" /> 49 <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)" />
50 </when> 50 </when>
51 <when value="anndata"> 51 <when value="anndata">
52 <param argument="--inputAnnData" type="data" format="anndata" label="AnnData containing raw counts" /> 52 <param argument="--inputAnnData" type="data" format="h5ad" label="AnnData containing raw counts" />
53 </when> 53 </when>
54 </conditional> 54 </conditional>
55 </xml> 55 </xml>
56 <xml name="macro_single_gene"> 56 <xml name="macro_single_gene">
57 <param argument="--geneColName" type="text" value="" label="Name of the column with gene counts."/> 57 <param argument="--geneColName" type="text" value="" label="Name of the column with gene counts."/>