view cluster.tools/tab.2.cdt.xml @ 0:0decf3fd54bc draft

Uploaded
author peter-waltman
date Thu, 28 Feb 2013 01:45:39 -0500
parents
children a58527c632b7
line wrap: on
line source

<tool id="tab_2_cdt" name="Convert tab-delimitted to CDT" force_history_refresh="True">
    <command interpreter="python">tab.2.cdt.py
-d $dataset 
-o ${output}

</command>
    <inputs>
    	<param name="dataset" type="data" label="Tab-delimited Data Matrix" help="Specify a data matrix in tab-delimited format to be converted into CDT"/>
    </inputs>
    <outputs>
        <data format="tabular" name="output" label="CDT File"/>
    </outputs>
<help>
.. class:: infomark
     
**Convert tab-delimitted to CDT** - Tool to convert a data matrix into a simplified CDT format that can be read by TreeView
-**NOTE** NO CLUSTERING performed on data matrix.  Tool is a simple data conversion utility.

**OUTPUT:**  A new CDT file

----

**Parameters**

- **Matrix in tab-delimited format** Tab-delimited file

</help>
</tool>