annotate galaxy-conf/ValueDistribution.xml @ 10:d063d22f4e80

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