annotate galaxy-conf/KMeans.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents 4b32ed5d4a1b
children 81d5b81fb3c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="KMeans" name="KMeans cluster" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>an aligned matrix</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh visualization.KMeans -i $input -k $K -1 $min -2 $max -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param format="tabular" name="input" type="data" label="Aligned matrix" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param name="K" type="integer" value="10" label="Number of clusters" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 <param name="min" type="integer" value="1" label="Minimum column to use for clustering" />
11
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
8 <param name="max" type="integer" value="-1" label="Maximum column to use for clustering (-1 to end)" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <data format="tabular" name="output" metadata="input" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 <tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 </tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 </tool>