diff galaxy-conf/FindBoundaryNucleosomes.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/FindBoundaryNucleosomes.xml	Mon Apr 09 11:50:23 2012 -0400
+++ b/galaxy-conf/FindBoundaryNucleosomes.xml	Wed Apr 25 16:53:48 2012 -0400
@@ -2,16 +2,29 @@
   <description>in windows</description>
   <command interpreter="sh">galaxyToolRunner.sh nucleosomes.FindBoundaryNucleosomes -i $input -l $loci -o $output</command>
   <inputs>
-    <param name="input" type="data" format="nukes" label="Nucleosome calls" />
-    <param name="loci" type="data" format="bed" label="List of intervals" />
+    <param name="input" type="data" format="tabular" label="Nucleosome calls" />
+    <param name="loci" type="data" format="bed,bedgraph,gff" label="List of intervals" />
   </inputs>
   <outputs>
     <data name="output" format="bed" metadata_source="loci" />
   </outputs>
   
   <help>
-    .. class:: warningmark
+    
+.. class:: infomark
     
-    Use the Call Nucleosomes tool to create a file of called nucleosomes, then use this tool to identify the first nucleosome's dyad position from the 5' or 3' end.
+Use the Call Nucleosomes tool to create a file of called nucleosomes, then use this tool to identify the first nucleosome's dyad position (peak maximum) from the 5' and 3' end of the gene.
+
+.. class:: infomark
+
+**TIP:** Nucleosome calls must be in tabular format of the kind produced by the Nucleosomes -> Call nucleosomes tool. Intervals must be in either Bed, BedGraph, or GFF format.
+
+-----
+
+**Syntax**
+
+- **Nucleosome calls** is a list of stereotypic nucleosome position calls.
+- **List of intervals:** The 5' and 3' boundary nucleosomes will be found for each interval in this list
+
   </help>
 </tool>