Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/IntervalToWig.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | b1952a90d4bf |
comparison
equal
deleted
inserted
replaced
3:4b610dc8f6ba | 4:4b32ed5d4a1b |
---|---|
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> |