annotate galaxy-conf/FindAbsoluteMaxima.xml @ 15:3e477c7e0e73 draft

Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
author timpalpant
date Sat, 09 Jun 2012 16:03:59 -0400
parents 81d5b81fb3c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
3e477c7e0e73 Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
timpalpant
parents: 12
diff changeset
1 <tool id="FindWigMaxima" name="Find absolute maxima" version="1.1.0">
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
2 <description>in intervals</description>
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 galaxyToolRunner.sh ngs.FindAbsoluteMaxima -l $window -o $output
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 #for $input in $inputs
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 ${input.file}
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 #end for
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 </command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 <repeat name="inputs" title="(Big)Wig file">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <param name="file" type="data" format="bigwig,wig" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 </repeat>
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
13 <param name="window" type="data" format="bed,bedgraph,gff" label="Intervals to find maxima in" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 <data name="output" format="tabular" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 <help>
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
20
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
21 This tool can be used to find the location of the maximum value in genomic intervals, such as finding the peak summit inside a set of peak calls.
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
22
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
23 .. class:: infomark
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
24
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
25 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly. Intervals must be provided in Bed, BedGraph, or GFF format.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
26
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
27 -----
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
28
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
29 **Example**
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
30
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
31
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
32 if **Intervals** are genes ::
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
33
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
34 chr11 5203271 5204877 NM_000518 0 -
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
35 chr11 5210634 5212434 NM_000519 0 -
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
36 chr11 5226077 5227663 NM_000559 0 -
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
37
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
38 and **Wig files** are ::
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
39
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
40 Data1.wig
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
41 Data2.wig
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
42
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
43 this tool will find the location of the maximum value in each interval for each of the provided Wig/BigWig files, and append them in columns in the order that they were added ::
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
44
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
45 chr11 5203271 5204877 NM_000518 0 - 5203374 5204300
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
46 chr11 5210634 5212434 NM_000519 0 - 5210638 5212450
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
47 chr11 5226077 5227663 NM_000559 0 - 5226800 5226241
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
48
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
49 where column 7 is the location of the maximum value in that interval for Data1.wig, and column 7 is the location of the maximum value in that interval for Data2.wig.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 4
diff changeset
50
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
51 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
52 </tool>