Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/MapDyads.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 | 3e477c7e0e73 |
line wrap: on
line diff
--- a/galaxy-conf/MapDyads.xml Mon Apr 09 11:50:23 2012 -0400 +++ b/galaxy-conf/MapDyads.xml Wed Apr 25 16:53:48 2012 -0400 @@ -26,12 +26,16 @@ </outputs> <help> + +This tool produces a Wig file with the number of dyads at each base pair. For paired-end MNase data, dyads are approximated using the center of the fragment. For Bed/BedGraph formatted input, this means the center of the interval; for SAM/BAM formatted input, this means the middle between the 5' end of mate 1 and the 5' end of mate 2. For single-end data, the estimated mononucleosome fragment length (N) must be specified, which will be used to offset reads from the + and - strands by +/- N/2. + .. class:: warningmark - This tool requires sequencing reads in SAM, BAM, Bed format. +This tool requires sequencing reads in SAM, BAM, Bed, or BedGraph format. .. class:: warningmark -For paired-end MNase data, read centers are approximated using the center of the read. For single-end data, the estimated mononucleosome fragment length must be specified, which will be used to offset reads from the + and - strands. +Since BedGraph format does not contain strand information, all reads in BedGraph format are considered to be on the 5' strand. + </help> </tool>