Mercurial > repos > peter-waltman > ucsc_cluster_tools2
annotate cluster.tools/format.raw.TCGA.clinical.data.xml @ 0:0decf3fd54bc draft
Uploaded
| author | peter-waltman |
|---|---|
| date | Thu, 28 Feb 2013 01:45:39 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="format_raw_TCGA_clinical_data" name="Format Raw TCGA Clinical Data" force_history_refresh="True"> |
| 2 <command interpreter="python">format.raw.TCGA.clinical.data.py | |
| 3 -d $dataset | |
| 4 -o ${output} | |
| 5 | |
| 6 </command> | |
| 7 <inputs> | |
| 8 <param name="dataset" type="data" format='tabular' label="Raw Clinical Data"/> | |
| 9 </inputs> | |
| 10 <outputs> | |
| 11 <data format="tabular" name="output" label="Formatted Clinical Data"/> | |
| 12 </outputs> | |
| 13 <help> | |
| 14 .. class:: infomark | |
| 15 | |
| 16 **Format Raw TCGA Clinical Data** - Tool to convert a raw clinical TCGA data file into a the format expected by the Survival Analysis tools | |
| 17 | |
| 18 **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 | |
| 19 | |
| 20 </help> | |
| 21 </tool> |
