annotate galaxy-conf/IntervalLengthDistribution.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 |
81d5b81fb3c2 |
rev |
line source |
4
|
1 <tool id="IntervalLengthDistribution" name="Make histogram" version="1.0.0">
|
|
2 <description>of read lengths</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh ngs.IntervalLengthDistribution -i $input -o $output</command>
|
|
4 <inputs>
|
|
5 <param name="input" type="data" format="sam,bam,bed,bedgraph,gff" label="Reads/Intervals" />
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data format="tabular" name="output" />
|
|
9 </outputs>
|
|
10
|
|
11 <help>
|
|
12 </help>
|
|
13 </tool>
|