annotate galaxy-conf/Autocorrelation.xml @ 10:d063d22f4e80

Uploaded
author timpalpant
date Sat, 17 Mar 2012 08:11:55 -0400
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="Autocorrelation" name="Compute the autocorrelation" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>on data in a Wiggle file</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh ngs.Autocorrelation -i $input -l $windows -m $max -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="Input data" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 <param name="max" type="integer" value="200" label="Maximum shift" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 <data format="tabular" name="output" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 This tool requires Wiggle/BigWig input data.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 </tool>