Mercurial > repos > timpalpant > java_genomics_toolkit
view galaxy-conf/RollingReadLength.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 4fc118372ae7 |
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="bam" name="input" type="data" label="Mapped reads" /> </inputs> <outputs> <data format="wig" name="output" /> </outputs> <help> .. class:: warningmark This tool requires paired-end BAM formatted data. Using single-end data will result in a constant read length. .. class:: warningmark This tool was contributed by Timothy Palpant. </help> </tool>