diff galaxy-conf/NRLCalculator.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/NRLCalculator.xml	Tue Feb 14 00:59:33 2012 -0500
@@ -0,0 +1,17 @@
+<tool id="NRLCalculator" name="Compute the NRL" version="1.0.0">
+  <description>from nucleosome calls</description>
+  <command interpreter="sh">galaxyToolRunner.sh nucleosome.NRLCalculator -i $input -l $windows -o $output</command>
+  <inputs>
+      <param format="tabular" name="input" type="data" label="Nucleosome calls" />
+      <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals/genes" />
+  </inputs>
+  <outputs>
+      <data format="tabular" name="output" />
+  </outputs>
+  
+<help>
+.. class:: warningmark
+
+This tool requires a set of nucleosome calls as input.
+</help>
+</tool>