view galaxy-conf/IntervalLengthDistribution.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="IntervalLengthDistribution" name="Make histogram" version="1.0.0">
  <description>of read lengths</description>
  <command interpreter="sh">galaxyToolRunner.sh ngs.IntervalLengthDistribution -i $input -o $output</command>
  <inputs>
      <param name="input" type="data" format="sam,bam,bed,bedgraph,gff" label="Reads/Intervals" />
  </inputs>
  <outputs>
      <data format="tabular" name="output" />
  </outputs>
  
<help>
</help>
</tool>