annotate cluster.tools/format.raw.TCGA.clinical.data.xml @ 2:b442996b66ae draft

Uploaded
author peter-waltman
date Wed, 27 Feb 2013 20:17:04 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
1 <tool id="format_raw_TCGA_clinical_data" name="Format Raw TCGA Clinical Data" force_history_refresh="True">
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
2 <command interpreter="python">format.raw.TCGA.clinical.data.py
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
3 -d $dataset
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
4 -o ${output}
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
5
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
6 </command>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
7 <inputs>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
8 <param name="dataset" type="data" format='tabular' label="Raw Clinical Data"/>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
9 </inputs>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
10 <outputs>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
11 <data format="tabular" name="output" label="Formatted Clinical Data"/>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
12 </outputs>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
13 <help>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
14 .. class:: infomark
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
15
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
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
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
17
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
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
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
19
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
20 </help>
b442996b66ae Uploaded
peter-waltman
parents:
diff changeset
21 </tool>