annotate correlation.xml @ 0:5ebbb889236a draft

Imported from capsule None
author devteam
date Mon, 28 Jul 2014 11:55:57 -0400
parents
children 302dcb834898
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
1 <tool id="Pearson_and_apos_Correlation1" name="Pearson and apos Correlation" version="1.0.0">
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
2 <description>between any two numeric columns</description>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
3 <command interpreter="perl">correlation.pl $input $out_file1 $col1 $col2</command>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
4 <inputs>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
5 <!-- <display>on column $col1 and column $col2 of $input</display> -->
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
6 <param name="col1" size="3" type="text" value="5" label="Correlate data in column"/>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
7 <param name="col2" size="3" type="text" value="6" label="with data in column"/>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
8 <param format="txt" name="input" type="data" label="in Query"/>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
9 </inputs>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
10 <outputs>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
11 <data format="txt" name="out_file1" />
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
12 </outputs>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
13 <help>Computes Pearsons correlation coefficient between any two numerical columns. Column numbers start at 1.
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
14 </help>
5ebbb889236a Imported from capsule None
devteam
parents:
diff changeset
15 </tool>