comparison cluster.tools/tab.2.cdt.xml @ 2:b442996b66ae draft

Uploaded
author peter-waltman
date Wed, 27 Feb 2013 20:17:04 -0500
parents
children
comparison
equal deleted inserted replaced
1:e25d2bece0a2 2:b442996b66ae
1 <tool id="tab_2_cdt" name="Convert tab-delimitted to CDT" force_history_refresh="True">
2 <command interpreter="python">tab.2.cdt.py
3 -d $dataset
4 -o ${output}
5
6 </command>
7 <inputs>
8 <param name="dataset" type="data" label="Tab-delimited Data Matrix" help="Specify a data matrix in tab-delimited format to be converted into CDT"/>
9 </inputs>
10 <outputs>
11 <data format="tabular" name="output" label="CDT File"/>
12 </outputs>
13 <help>
14 .. class:: infomark
15
16 **Convert tab-delimitted to CDT** - Tool to convert a data matrix into a simplified CDT format that can be read by TreeView
17 -**NOTE** NO CLUSTERING performed on data matrix. Tool is a simple data conversion utility.
18
19 **OUTPUT:** A new CDT file
20
21 ----
22
23 **Parameters**
24
25 - **Matrix in tab-delimited format** Tab-delimited file
26
27 </help>
28 </tool>