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

Uploaded
author peter-waltman
date Wed, 27 Feb 2013 20:17:04 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cluster.tools/tab.2.cdt.xml	Wed Feb 27 20:17:04 2013 -0500
@@ -0,0 +1,28 @@
+<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>