view galaxy-conf/Autocorrelation.xml @ 9:9266d807ca85

Uploaded
author timpalpant
date Tue, 06 Mar 2012 21:55:46 -0500
parents 4b32ed5d4a1b
children 81d5b81fb3c2
line wrap: on
line source

<tool id="Autocorrelation" name="Compute the autocorrelation" version="1.0.0">
  <description>on data in a Wiggle file</description>
  <command interpreter="sh">galaxyToolRunner.sh ngs.Autocorrelation -i $input -l $windows -m $max -o $output</command>
  <inputs>
      <param format="bigwig,wig" name="input" type="data" label="Input data" />
      <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals" />
      <param name="max" type="integer" value="200" label="Maximum shift" />
  </inputs>
  <outputs>
      <data format="tabular" name="output" />
  </outputs>
  
<help>
.. class:: warningmark

This tool requires Wiggle/BigWig input data.
</help>
</tool>