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

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents d063d22f4e80
children 81d5b81fb3c2
comparison
equal deleted inserted replaced
10:d063d22f4e80 11:b1952a90d4bf
1 <tool id="ValueDistribution" name="Compute the value distribution" version="1.0.0"> 1 <tool id="ValueDistribution" name="Compute the value distribution" version="1.0.0">
2 <description>of a (Big)Wig file</description> 2 <description>of a (Big)Wig file</description>
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input -n $bins -o $output</command> 3 <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input --max $max --min $min -n $bins -o $output</command>
4 <inputs> 4 <inputs>
5 <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" /> 5 <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" />
6 <param name="min" type="float" optional="true" label="Minimum bin value (optional)" />
7 <param name="max" type="float" optional="true" label="Maximum bin value (optional)" />
6 <param name="bins" type="integer" value="40" label="Number of bins" /> 8 <param name="bins" type="integer" value="40" label="Number of bins" />
7 </inputs> 9 </inputs>
8 <outputs> 10 <outputs>
9 <data format="txt" name="output" /> 11 <data format="txt" name="output" />
10 </outputs> 12 </outputs>