view galaxy-conf/IntervalAverager.xml @ 7:4fc118372ae7

Uploaded new version with fixes and broader support for interval files
author timpalpant
date Sun, 19 Feb 2012 01:54:28 -0500
parents 4b32ed5d4a1b
children 81d5b81fb3c2
line wrap: on
line source

<tool id="IntervalAverager" name="Average intervals" version="1.0.0">
  <description>that have been aligned</description>
  <command interpreter="sh">
    galaxyToolRunner.sh visualization.IntervalAverager -i $input -l $loci -o $output
  </command>
  <inputs>
      <param format="wig,bigwig" name="input" type="data" label="Sequencing data" />
      <param format="bed" name="loci" type="data" label="List of intervals (with alignment points)" />
  </inputs>
  <outputs>
      <data format="tabular" name="output" />
  </outputs>
  
<help>
</help>
</tool>