annotate galaxy-conf/ValueDistribution.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents d063d22f4e80
children 81d5b81fb3c2
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>
11
b1952a90d4bf Uploaded
timpalpant
parents: 10
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input --max $max --min $min -n $bins -o $output</command>
10
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" />
11
b1952a90d4bf Uploaded
timpalpant
parents: 10
diff changeset
6 <param name="min" type="float" optional="true" label="Minimum bin value (optional)" />
b1952a90d4bf Uploaded
timpalpant
parents: 10
diff changeset
7 <param name="max" type="float" optional="true" label="Maximum bin value (optional)" />
10
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
8 <param name="bins" type="integer" value="40" label="Number of bins" />
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
9 </inputs>
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
10 <outputs>
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
11 <data format="txt" name="output" />
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
12 </outputs>
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
13
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
14 <help>
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
15 </help>
d063d22f4e80 Uploaded
timpalpant
parents:
diff changeset
16 </tool>