4
|
1 <tool id="BedToWig" name="Interval to Wig" version="1.0.0">
|
|
2 <description>converter</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh converters.IntervalToWig -i $input -a ${chromInfo} -o $output</command>
|
|
4 <inputs>
|
|
5 <param name="input" type="data" format="bed,bedGraph,gff" label="Input Bed/BedGraph/GFF file" />
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data name="output" format="wig" metadata_source="input" />
|
|
9 </outputs>
|
|
10
|
|
11 <help>
|
|
12
|
|
13 .. class:: warningmark
|
|
14
|
|
15 This tool requires Bed, BedGraph, or GFF formatted data. If you have tabular data that was not correctly autodetected, change the metadata by clicking on the pencil icon for the dataset.
|
|
16 </help>
|
|
17 </tool>
|