view 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 source

<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>