Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/ValueDistribution.xml @ 10:d063d22f4e80
Uploaded
author | timpalpant |
---|---|
date | Sat, 17 Mar 2012 08:11:55 -0400 |
parents | |
children | b1952a90d4bf |
rev | line source |
---|---|
10 | 1 <tool id="ValueDistribution" name="Compute the value distribution" version="1.0.0"> |
2 <description>of a (Big)Wig file</description> | |
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input -n $bins -o $output</command> | |
4 <inputs> | |
5 <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" /> | |
6 <param name="bins" type="integer" value="40" label="Number of bins" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="txt" name="output" /> | |
10 </outputs> | |
11 | |
12 <help> | |
13 </help> | |
14 </tool> |