4
|
1 <tool id="PowerSpectrum" name="Compute the power spectrum" version="1.0.0">
|
|
2 <description>on data in a Wiggle file</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh ngs.PowerSpectrum -i $input -l $windows -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 </inputs>
|
|
8 <outputs>
|
|
9 <data format="tabular" name="output" />
|
|
10 </outputs>
|
|
11
|
|
12 <help>
|
|
13 .. class:: warningmark
|
|
14
|
|
15 This tool requires Wiggle/BigWig input data.
|
|
16 </help>
|
|
17 </tool>
|