Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/IntervalToWig.xml @ 12:81d5b81fb3c2 draft
Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author | timpalpant |
---|---|
date | Wed, 25 Apr 2012 16:53:48 -0400 |
parents | b1952a90d4bf |
children | eb53be9a09f4 |
line wrap: on
line diff
--- a/galaxy-conf/IntervalToWig.xml Mon Apr 09 11:50:23 2012 -0400 +++ b/galaxy-conf/IntervalToWig.xml Wed Apr 25 16:53:48 2012 -0400 @@ -11,8 +11,11 @@ <help> +This tool converts data from an interval format, such as Bed, BedGraph or GFF, to Wig format. This can be used to convert data from microarrays to Wig format. The value of each interval is mapped into the Wig file. Intervals that overlap in the original file (multiple-valued base pairs) are averaged, and bases without data in the original interval file are set to NaN. + .. class:: warningmark 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. + </help> </tool>