view galaxy-conf/WigSummary.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="WigStats" name="Compute basic statistics" version="1.0.0">
  <description>on a (Big)Wig file</description>
  <command interpreter="sh">galaxyToolRunner.sh wigmath.WigSummary -i $input -o $output</command>
  <inputs>
      <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" />
  </inputs>
  <outputs>
      <data format="txt" name="output" />
  </outputs>
  
<help>
</help>
</tool>