Mercurial > repos > devteam > pearson_correlation
annotate correlation.xml @ 1:d8b60ca74942 draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
| author | devteam |
|---|---|
| date | Tue, 13 Oct 2015 12:27:19 -0400 |
| parents | 6c039ea3cc70 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="Pearson_and_apos_Correlation1" name="Pearson and apos Correlation" version="1.0.0"> |
| 2 <description>between any two numeric columns</description> | |
| 3 <command interpreter="perl">correlation.pl $input $out_file1 $col1 $col2</command> | |
| 4 <inputs> | |
| 5 <!-- <display>on column $col1 and column $col2 of $input</display> --> | |
|
1
d8b60ca74942
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
6 <param name="col1" type="text" value="5" label="Correlate data in column"/> |
|
d8b60ca74942
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
7 <param name="col2" type="text" value="6" label="with data in column"/> |
| 0 | 8 <param format="txt" name="input" type="data" label="in Query"/> |
| 9 </inputs> | |
| 10 <outputs> | |
| 11 <data format="txt" name="out_file1" /> | |
| 12 </outputs> | |
| 13 <help>Computes Pearsons correlation coefficient between any two numerical columns. Column numbers start at 1. | |
| 14 </help> | |
| 15 </tool> |
