Mercurial > repos > timpalpant > java_genomics_toolkit
view galaxy-conf/RollingReadLength.xml @ 8:5a3f8b0b80f9
Uploaded
author | timpalpant |
---|---|
date | Tue, 28 Feb 2012 15:39:16 -0500 |
parents | 4fc118372ae7 |
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>