Mercurial > repos > ebi-gxa > scmap_preprocess_sce
view scmap_preprocess_sce.xml @ 3:10c060627ef9 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 824146613fdab1de5bf430e01422417a720fe3f2"
author | ebi-gxa |
---|---|
date | Thu, 13 Aug 2020 06:12:33 -0400 |
parents | a74497e18277 |
children |
line wrap: on
line source
<tool id="scmap_preprocess_sce" name="Scmap pre-process" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>Pre-process SCE object before running downstream analysis</description> <macros> <import>scmap_macros.xml</import> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ scmap-preprocess-sce.R --input-object "${input_single_cell_experiment}" --output-sce-object "${output_single_cell_experiment}" ]]></command> <inputs> <param type="data" name="input_single_cell_experiment" label="Input SCE object" format="rdata" help="SCE object to be pre-processed" /> </inputs> <outputs> <data name="output_single_cell_experiment" format="rdata" /> </outputs> <help><![CDATA[ @HELP@ @VERSION_HISTORY@ ]]></help> <expand macro="citations" /> </tool>