comparison ct_build_cell_ontology_dict.xml @ 4:b51c48b16ffe draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 8c1bd2ab8a3f988e205677a3bb1ffda1e5694fe1"
author ebi-gxa
date Wed, 17 Jun 2020 12:31:51 -0400
parents 982a151b2960
children 512b239a11ad
comparison
equal deleted inserted replaced
3:982a151b2960 4:b51c48b16ffe
26 ]]></command> 26 ]]></command>
27 <inputs> 27 <inputs>
28 <param type="data" name="input_sdrfs" label="Input SDRF tables" multiple="true" format="txt" help="Input SDRF tables" /> 28 <param type="data" name="input_sdrfs" label="Input SDRF tables" multiple="true" format="txt" help="Input SDRF tables" />
29 <param type="boolean" name="condensed_sdrf" checked="false" label="Condensed SDRF" help="Are the supplied SDRFs of condensed format?" /> 29 <param type="boolean" name="condensed_sdrf" checked="false" label="Condensed SDRF" help="Are the supplied SDRFs of condensed format?" />
30 <param type="text" name="barcode_col_name" label="Barcode column name" value="id" help="Name of the barcode field in provided SDRF files" /> 30 <param type="text" name="barcode_col_name" label="Barcode column name" value="id" help="Name of the barcode field in provided SDRF files" />
31 <param type="text" name="cell_label_col_name" label="Cell label column name" value="cell.type" help="Name of the cell label field name in provided SDRF files" /> 31 <param type="text" name="cell_label_col_name" label="Cell label column name" value="inferred cell type" help="Name of the cell label field name in provided SDRF files" />
32 <param type="text" name="cell_ontology_col_name" label="Cell ontology column name" value="cell.type.ontology" help="Name of the cell ontology terms column in SDRF files (must be identical across all files)" /> 32 <param type="text" name="cell_ontology_col_name" label="Cell ontology column name" value="cell.type.ontology" help="Name of the cell ontology terms column in SDRF files (must be identical across all files)" />
33 </inputs> 33 </inputs>
34 <outputs> 34 <outputs>
35 <data name="output_dict_path" format="rdata" /> 35 <data name="output_dict_path" format="rdata" />
36 <data name="output_txt_path" format="txt" /> 36 <data name="output_txt_path" format="txt" />