view garnett_get_std_output.xml @ 1:1023eae1b147 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 241c850301f8094f6aa0016e2335a8b550c29aed"
author ebi-gxa
date Fri, 24 Apr 2020 11:22:22 -0400
parents 40b587883bd9
children 5f05e2901299
line wrap: on
line source

<tool id="garnett_get_std_output" name="Garnett - get standard output" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
    <description>Get final output in standard format to allow for downstream analysis of predicted labels by tools of the EBI gene expression group's cell-types-analysis package</description>
    <macros>
        <import>garnett_macros.xml</import>
    </macros>
    <expand macro="requirements" />
    <command detect_errors="exit_code"><![CDATA[
        garnett_get_std_output.R --input-object '${input_object}' --classifier '${classifier}' --output-file-path '${output_file_path}'
    ]]></command>
    <inputs>
        <param type="data" name="input_object" label="input CDS object" format="rdata" help="CDS object with predicted labels" />
        <param type="data" name="classifier" label="classifier object" format="rdata" help="Classifier object in rdata format" />
    </inputs>
    <outputs>
        <data name="output_file_path" format="txt" />
    </outputs>
    <tests>
        <test>
            <param name="input_object" value="cds_pred_labs.rds" />
            <output name="output_file_path" value="garnett_output_tbl.txt" compare="sim_size" />
        </test>
    </tests>
    <help><![CDATA[
        @HELP@

        @VERSION_HISTORY@
    ]]></help>
     <expand macro="citations" />
</tool>