4
|
1 <tool id="Autocorrelation" name="Compute the autocorrelation" version="1.0.0">
|
|
2 <description>on data in a Wiggle file</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh ngs.Autocorrelation -i $input -l $windows -m $max -o $output</command>
|
|
4 <inputs>
|
|
5 <param format="bigwig,wig" name="input" type="data" label="Input data" />
|
|
6 <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals" />
|
|
7 <param name="max" type="integer" value="200" label="Maximum shift" />
|
|
8 </inputs>
|
|
9 <outputs>
|
|
10 <data format="tabular" name="output" />
|
|
11 </outputs>
|
|
12
|
|
13 <help>
|
|
14 .. class:: warningmark
|
|
15
|
|
16 This tool requires Wiggle/BigWig input data.
|
|
17 </help>
|
|
18 </tool>
|