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

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents 9266d807ca85
children 81d5b81fb3c2
line wrap: on
line source

<tool id="RollingReadLength" name="Compute read length" version="1.0.0">
  <description>from paired-end sequencing reads</description>
  <command interpreter="sh">galaxyToolRunner.sh ngs.RollingReadLength -i $input -a ${chromInfo} -o $output</command>
  <inputs>
      <param format="sam,bam,bed,bedgraph" name="input" type="data" label="Mapped reads" />
  </inputs>
  <outputs>
      <data format="wig" name="output" />
  </outputs>
  
<help>
.. class:: warningmark

This tool requires paired-end SAM, BAM, or Bed formatted data. Using single-end data will result in a constant read length.
</help>
</tool>