Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/WigSummary.xml @ 10:d063d22f4e80
Uploaded
author | timpalpant |
---|---|
date | Sat, 17 Mar 2012 08:11:55 -0400 |
parents | 4fc118372ae7 |
children | 81d5b81fb3c2 |
rev | line source |
---|---|
4 | 1 <tool id="WigStats" name="Compute basic statistics" version="1.0.0"> |
2 <description>on a (Big)Wig file</description> | |
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.WigSummary -i $input -o $output</command> | |
4 <inputs> | |
5 <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" /> | |
6 </inputs> | |
7 <outputs> | |
7
4fc118372ae7
Uploaded new version with fixes and broader support for interval files
timpalpant
parents:
4
diff
changeset
|
8 <data format="txt" name="output" /> |
4 | 9 </outputs> |
10 | |
11 <help> | |
12 </help> | |
13 </tool> |