changeset 1:e1bc1519822b draft default tip

Fixing file format types
author kellrott
date Wed, 07 Nov 2012 18:34:15 -0500
parents cdcb3276c0e1
children
files cluster3.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cluster3.xml	Thu Oct 25 16:41:28 2012 -0400
+++ b/cluster3.xml	Wed Nov 07 18:34:15 2012 -0500
@@ -1,8 +1,8 @@
-<tool id="cluster3" name="Cluster 3" version="1.0.0">
+<tool id="cluster3" name="Cluster 3" version="1.0.1">
   <description>Cluster 3.0</description>
   <command interpreter="python">$scriptfile</command>
   <inputs>
-	  <param name="filename" type="data" format="tab" label="Matrix"/>
+	  <param name="filename" type="data" format="tabular" label="Matrix"/>
       <param name="row_center" type="select" label="Row Center (gene)">
          <option value="x">No row Center</option>
          <option value="a">Substact mean of row</option>
@@ -77,13 +77,13 @@
       
   </inputs>
   <outputs>
-       <data name="cdtfile" format="cdt" label="CDT File">
+       <data format="txt"  name="cdtfile" label="CDT File">
            <filter>cparam['run_mode'] == "clustering"</filter>
        </data>
-       <data format="atr" name="atrfile" label="ATR File">
+       <data format="txt" name="atrfile" label="ATR File">
           <filter>cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "hierarchical" and cparam['col_distance'] != "0"</filter>
        </data>
-       <data format="gtr" name="gtrfile" label="GTR File">
+       <data format="txt" name="gtrfile" label="GTR File">
           <filter>cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "hierarchical" and cparam['row_distance'] != "0"</filter>
        </data>
        <data format="txt" name="kagfile" label="KAG File">