diff galaxy-conf/Zinba.xml @ 13:eb53be9a09f4 draft

Uploaded
author timpalpant
date Sat, 19 May 2012 10:36:45 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy-conf/Zinba.xml	Sat May 19 10:36:45 2012 -0400
@@ -0,0 +1,16 @@
+<tool id="Zinba" name="Call peaks" version="1.0.0">
+  <description>with ZINBA</description>
+  <command interpreter="sh">runZINBA.sh -i $input -o $output</command>
+  <inputs>
+      <param format="bed" name="reads" type="data" label="Mapped reads (in BED format)" />
+      <param format="wig" name="basecount" type="data" label="Coverage track (base align counts)" />
+      
+  </inputs>
+  <outputs>
+      <data format="wig" name="output" metadata_source="input" />
+  </outputs>
+  <help>
+
+
+  </help>
+</tool>