annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="RollingReadLength" name="Compute read length" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>from paired-end sequencing reads</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh ngs.RollingReadLength -i $input -a ${chromInfo} -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
7
4fc118372ae7 Uploaded new version with fixes and broader support for interval files
timpalpant
parents: 4
diff changeset
5 <param format="sam,bam,bed,bedgraph" name="input" type="data" label="Mapped reads" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 <data format="wig" name="output" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 This tool requires paired-end BAM formatted data. Using single-end data will result in a constant read length.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 This tool was contributed by Timothy Palpant.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
20 </tool>