comparison scanpy-read-10x.xml @ 5:f180f7230cdb draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 400799f99ee36ad12b990b1ccabf4be16a26c003
author ebi-gxa
date Mon, 25 Nov 2019 14:41:17 -0500
parents 3faf577f3e40
children 5fa923796ed3
comparison
equal deleted inserted replaced
4:741d50b6dc78 5:f180f7230cdb
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="scanpy_read_10x" name="Scanpy Read10x" version="@TOOL_VERSION@+galaxy0"> 2 <tool id="scanpy_read_10x" name="Scanpy Read10x" version="@TOOL_VERSION@+galaxy6">
3 <description>into hdf5 object handled by scanpy</description> 3 <description>into hdf5 object handled by scanpy</description>
4 <macros> 4 <macros>
5 <import>scanpy_macros2.xml</import> 5 <import>scanpy_macros2.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
28 <param name="cell_meta" type="data" format="tsv,tabular" label="Cell metadata table" optional="true" 28 <param name="cell_meta" type="data" format="tsv,tabular" label="Cell metadata table" optional="true"
29 help="Requires a header row and index column that matches the barcode/cell table"/> 29 help="Requires a header row and index column that matches the barcode/cell table"/>
30 <param name="gene_meta" type="data" format="tsv,tabular" label="Gene metadata table" optional="true" 30 <param name="gene_meta" type="data" format="tsv,tabular" label="Gene metadata table" optional="true"
31 help="Requires a header row and index column that matches the gene table"/> 31 help="Requires a header row and index column that matches the gene table"/>
32 <expand macro="output_object_params"/> 32 <expand macro="output_object_params"/>
33 <param name="var_names" type="select" label="Attribute used as annotation index"> 33 <param name="var_names" type="select" label="Attribute used as annotation index" help="If Gene ID is selected the index will point to the gene identifiers (first columns expected) and the gene symbols will be left in a field called 'gene_symbols'.">
34 <option value="gene_ids" selected="true">Gene ID</option> 34 <option value="gene_ids" selected="true">Gene ID</option>
35 <option value="gene_symbols">Gene symbol</option> 35 <option value="gene_symbols">Gene symbol</option>
36 </param> 36 </param>
37 </inputs> 37 </inputs>
38 38
39 <outputs> 39 <outputs>
40 <data name="output_h5" format="h5" from_work_dir="output.h5" label="${tool.name} on ${on_string}: ${output_format}"/> 40 <expand macro="output_data_obj" description="${output_format}"/>
41 </outputs> 41 </outputs>
42 42
43 <tests> 43 <tests>
44 <test> 44 <test>
45 <param name="matrix" value="matrix.mtx"/> 45 <param name="matrix" value="matrix.mtx"/>