4
|
1 <tool id="FindWigMaxima" name="Find absolute maxima" version="1.0.0">
|
|
2 <description>in windows</description>
|
|
3 <command interpreter="sh">
|
|
4 galaxyToolRunner.sh ngs.FindAbsoluteMaxima -l $window -o $output
|
|
5 #for $input in $inputs
|
|
6 ${input.file}
|
|
7 #end for
|
|
8 </command>
|
|
9 <inputs>
|
|
10 <repeat name="inputs" title="(Big)Wig file">
|
|
11 <param name="file" type="data" format="bigwig,wig" />
|
|
12 </repeat>
|
|
13 <param name="window" type="data" format="bed,bedgraph,gff" label="Windows to find maxima in" />
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <data name="output" format="tabular" />
|
|
17 </outputs>
|
|
18
|
|
19 <help>
|
|
20 .. class:: warningmark
|
|
21
|
|
22 This tool requires input data in Wig format. Regions should be specified as Bed, BedGraph, or GFF format
|
|
23 </help>
|
|
24 </tool>
|