comparison correlation.xml @ 1:302dcb834898 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/pearson_correlation commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:22:43 -0500
parents 5ebbb889236a
children
comparison
equal deleted inserted replaced
0:5ebbb889236a 1:302dcb834898
1 <tool id="Pearson_and_apos_Correlation1" name="Pearson and apos Correlation" version="1.0.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> 2 <description>between any two numeric columns</description>
3 <command interpreter="perl">correlation.pl $input $out_file1 $col1 $col2</command> 3 <command interpreter="perl">correlation.pl $input $out_file1 $col1 $col2</command>
4 <inputs> 4 <inputs>
5 <!-- <display>on column $col1 and column $col2 of $input</display> --> 5 <!-- <display>on column $col1 and column $col2 of $input</display> -->
6 <param name="col1" size="3" type="text" value="5" label="Correlate data in column"/> 6 <param name="col1" type="text" value="5" label="Correlate data in column"/>
7 <param name="col2" size="3" type="text" value="6" label="with data in column"/> 7 <param name="col2" type="text" value="6" label="with data in column"/>
8 <param format="txt" name="input" type="data" label="in Query"/> 8 <param format="txt" name="input" type="data" label="in Query"/>
9 </inputs> 9 </inputs>
10 <outputs> 10 <outputs>
11 <data format="txt" name="out_file1" /> 11 <data format="txt" name="out_file1" />
12 </outputs> 12 </outputs>