Mercurial > repos > timpalpant > java_genomics_toolkit
view galaxy-conf/RollingReadLength.xml @ 7:4fc118372ae7
Uploaded new version with fixes and broader support for interval files
author | timpalpant |
---|---|
date | Sun, 19 Feb 2012 01:54:28 -0500 |
parents | 4b32ed5d4a1b |
children | 9266d807ca85 |
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 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>