view scmap_preprocess_sce.xml @ 2:72a7d8593afc draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit f1d792b2db8e09e441cc75629d34a13e4fb19153"
author ebi-gxa
date Mon, 04 May 2020 07:12:19 -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>