view galaxy-conf/IntervalLengthDistribution.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
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>