|
1
|
1 <tool id="extract_TCGA_survival_data" name="Extract TCGA Survival Data" force_history_refresh="True">
|
|
|
2 <command interpreter="python">extract.TCGA.survival.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>
|