diff galaxy-conf/GreedyCaller.xml @ 4:4b32ed5d4a1b

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children b1952a90d4bf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/GreedyCaller.xml	Tue Feb 14 00:59:33 2012 -0500
@@ -0,0 +1,22 @@
+<tool id="CallNukes" name="Call Nucleosomes" version="1.0.0">
+  <description>in an MNase experiment</description>
+  <command interpreter="sh">galaxyToolRunner.sh nucleosomes.GreedyCaller -d $dyads -s $smoothed -n $N -o $output</command>
+  <inputs>
+      <param name="dyads" type="data" format="bigwig,wig" label="Dyad counts" />
+      <param name="smoothed" type="data" format="bigwig,wig" label="Smoothed dyad counts" />
+      <param name="N" type="integer" value="147" optional="true" label="Assumed nucleosome size" />
+  </inputs>
+  <outputs>
+      <data name="output" format="tabular" />
+  </outputs>
+  
+<help>
+.. class:: warningmark
+
+This tool requires dyad counts and smoothed dyad counts.
+
+.. class:: warningmark
+
+This tool was contributed by Timothy Palpant.
+</help>
+</tool>