annotate galaxy-conf/WigSummary.xml @ 7:4fc118372ae7

Uploaded new version with fixes and broader support for interval files
author timpalpant
date Sun, 19 Feb 2012 01:54:28 -0500
parents 4b32ed5d4a1b
children 81d5b81fb3c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="WigStats" name="Compute basic statistics" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>on a (Big)Wig file</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.WigSummary -i $input -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
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
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 </tool>