| Previous changeset 9:9266d807ca85 (2012-03-06) Next changeset 11:b1952a90d4bf (2012-04-09) |
|
Commit message:
Uploaded |
|
modified:
dist/java-genomics-toolkit.jar |
|
added:
galaxy-conf/ValueDistribution.xml |
| b |
| diff -r 9266d807ca85 -r d063d22f4e80 dist/java-genomics-toolkit.jar |
| b |
| Binary file dist/java-genomics-toolkit.jar has changed |
| b |
| diff -r 9266d807ca85 -r d063d22f4e80 galaxy-conf/ValueDistribution.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/ValueDistribution.xml Sat Mar 17 08:11:55 2012 -0400 |
| b |
| @@ -0,0 +1,14 @@ +<tool id="ValueDistribution" name="Compute the value distribution" version="1.0.0"> + <description>of a (Big)Wig file</description> + <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input -n $bins -o $output</command> + <inputs> + <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" /> + <param name="bins" type="integer" value="40" label="Number of bins" /> + </inputs> + <outputs> + <data format="txt" name="output" /> + </outputs> + +<help> +</help> +</tool> |