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

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children 604c98e58034
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/Phasogram.xml	Tue Feb 14 00:59:33 2012 -0500
@@ -0,0 +1,17 @@
+<tool id="Phasogram" name="Make phasogram" version="1.0.0">
+  <description>of dyads</description>
+  <command interpreter="ruby">phasogram.rb -i $input -m $max -o $output</command>
+  <inputs>
+    <param name="input" type="data" format="bigwig,wig" label="Dyads BigWig file" />
+    <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" />
+  </inputs>
+  <outputs>
+    <data name="output" format="tabular" />
+  </outputs>
+  
+  <help>
+    .. class:: warningmark
+    
+    This tool requires mapped dyads in BigWig format.
+  </help>
+</tool>