view cluster.tools/extract.TCGA.survival.data.xml @ 6:3d3a8595b981 draft

Uploaded
author peter-waltman
date Fri, 01 Mar 2013 19:54:08 -0500
parents 563832f48c08
children
line wrap: on
line source

<tool id="extract_TCGA_survival_data" name="Extract TCGA Survival Data" force_history_refresh="True">
    <command interpreter="python">extract.TCGA.survival.data.py
-d $dataset
-o ${output}

</command>
    <inputs>
    	<param name="dataset" type="data" format='tabular' label="Raw TCGA Clinical Data"/>
    </inputs>
    <outputs>
        <data format="tabular" name="output" label="TCGA Survival Data"/>
    </outputs>
<help>
.. class:: infomark
     
**Format Raw TCGA Clinical Data** - Tool to convert a raw clinical TCGA data file into a the format expected by the Survival Analysis tools

**OUTPUT:**  A new clinical data file that is a 2 column, tab-delimited file of the format that is expected by the Survival Analysis tools

</help>
</tool>