Mercurial > repos > peter-waltman > ucsc_cluster_tools2
view cluster.tools/format.raw.TCGA.clinical.data.xml @ 1:dddfeedb85af draft
Uploaded
author | peter-waltman |
---|---|
date | Fri, 01 Mar 2013 10:16:53 -0500 |
parents | 0decf3fd54bc |
children |
line wrap: on
line source
<tool id="format_raw_TCGA_clinical_data" name="Format Raw TCGA Clinical Data" force_history_refresh="True"> <command interpreter="python">format.raw.TCGA.clinical.data.py -d $dataset -o ${output} </command> <inputs> <param name="dataset" type="data" format='tabular' label="Raw Clinical Data"/> </inputs> <outputs> <data format="tabular" name="output" label="Formatted Clinical 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>