comparison GALAXY_FILES/tools/EMBER/Expression_Pattern_Distance.xml @ 0:003f802d4c7d

Uploaded
author mmaiensc
date Wed, 29 Feb 2012 15:03:33 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:003f802d4c7d
1 <tool id="expr_dist" name="Expression Pattern Distance" version="1.3">
2 <description>Computes the distance between expression patterns from two EMBER runs</description>
3 <command interpreter="perl">Expression_Pattern_Distance.pl $model1 $model2 > $output</command>
4 <inputs>
5 <param format="txt" name="model1" type="data" label="Model file 1"/>
6 <param format="txt" name="model2" type="data" label="Model file 2"/>
7 </inputs>
8 <outputs>
9 <data format="txt" name="output"/>
10 </outputs>
11
12 <tests>
13 <test>
14 <param name="model1" value="EMBER/patterns-1.model"/>
15 <param name="model2" value="EMBER/patterns-1.model"/>
16 <output name="output" file="EMBER/dist_1-1.txt"/>
17 </test>
18 </tests>
19
20 <help>
21
22 This tool calculates the distance (defined to be between 0 and 1) between two expression patterns from EMBER.
23
24 -----
25
26 Description of inputs:
27
28 *Model files 1 and 2*: the .model outputs of EMBER.
29
30 </help>
31
32 </tool>
33