view galaxy-conf/IntervalLengthDistribution.xml @ 13:eb53be9a09f4 draft

Uploaded
author timpalpant
date Sat, 19 May 2012 10:36:45 -0400
parents 81d5b81fb3c2
children 3e477c7e0e73
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 $freq -o $output</command>
  <inputs>
      <param name="input" type="data" format="sam,bam,bed,bedgraph,gff" label="Reads/Intervals" />
      <param name="freq" type="boolean" checked="false" truevalue="-f" falsevalue="" label="Output normalized frequencies rather than counts" />
  </inputs>
  <outputs>
      <data format="tabular" name="output" />
  </outputs>
  
<help>
  
This tool calculates the distribution of interval lengths from a list of intervals or reads in SAM, BAM, Bed, BedGraph, or GFF format.

.. class:: warningmark

For paired-end sequencing reads, the length is the length of the fragment (5' end of read 1 to 5' end of read 2)

</help>
</tool>