Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/GeneTrackToWig.xml @ 11:b1952a90d4bf
Uploaded
author | timpalpant |
---|---|
date | Mon, 09 Apr 2012 11:50:23 -0400 |
parents | |
children | 81d5b81fb3c2 |
comparison
equal
deleted
inserted
replaced
10:d063d22f4e80 | 11:b1952a90d4bf |
---|---|
1 <tool id="GeneTrackToWig" name="GeneTrack to Wig" version="1.0.0"> | |
2 <description>converter</description> | |
3 <command interpreter="sh">galaxyToolRunner.sh converters.GeneTrackToWig -i $input $zero -a ${chromInfo} -o $output</command> | |
4 <inputs> | |
5 <param name="input" type="data" format="genetrack" label="Input GeneTrack index" /> | |
6 <param name="zero" type="boolean" checked="false" truevalue="-z" falsevalue="" label="Assume zero where there is no data (default is NaN)" /> | |
7 </inputs> | |
8 <outputs> | |
9 <data name="output" format="wig" metadata_source="input" /> | |
10 </outputs> | |
11 | |
12 <help> | |
13 | |
14 .. class:: warningmark | |
15 | |
16 This tool requires GeneTrack formatted data. If you have tabular data that was not correctly autodetected, change the metadata by clicking on the pencil icon for the dataset. | |
17 </help> | |
18 </tool> |