annotate galaxy-conf/MapDyads.xml @ 10:d063d22f4e80

Uploaded
author timpalpant
date Sat, 17 Mar 2012 08:11:55 -0400
parents 9266d807ca85
children b1952a90d4bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="MapDyads" name="Map dyads" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>from sequencing reads</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">
5
604c98e58034 Uploaded
timpalpant
parents: 4
diff changeset
4 galaxyToolRunner.sh nucleosomes.MapDyads -i $input -a ${chromInfo} -o $output
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 #if $type.read == 'single'
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 -s $type.size
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 #end if
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 </command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <inputs>
7
4fc118372ae7 Uploaded new version with fixes and broader support for interval files
timpalpant
parents: 5
diff changeset
10 <param name="input" type="data" format="sam,bam,bed,bedGraph" label="Sequencing reads" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <conditional name="type">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 <param name="read" type="select" label="Type of reads">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 <option value="paired" selected="true">Paired-End</option>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 <option value="single">Single-End</option>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15 </param>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 <when value="single">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 <param name="size" type="integer" value="147" label="Estimated mononucleosome length (used to offset +/- strands)" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 </when>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 <when value="paired">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
20 <!-- No values here -->
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
21 </when>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
22 </conditional>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
23 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
24 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
25 <data name="output" format="wig" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
26 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
27
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
28 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
29 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
30
9
9266d807ca85 Uploaded
timpalpant
parents: 7
diff changeset
31 This tool requires sequencing reads in SAM, BAM, Bed format.
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
32
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
33 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
34
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
35 For paired-end MNase data, read centers are approximated by using the center of the read. For single-end data, the estimated mononucleosome fragment length must be specified, which will be used to offset reads from the + and - strands.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
36 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
37 </tool>