annotate galaxy-conf/Average.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="WigAvg" name="Average" version="1.1.0">
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>multiple (Big)Wig files</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 galaxyToolRunner.sh wigmath.Average -o $output $file1 $file2
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>
11
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
10 <param name="file1" label="(Big)Wig file 1" type="data" format="bigwig,wig" />
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
11 <param name="file2" label="(Big)Wig file 2" type="data" format="bigwig,wig" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 <repeat name="inputs" title="Additional (Big)Wig file">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 <param name="file" type="data" format="bigwig,wig" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14 </repeat>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
15 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 <data format="wig" name="output" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
18 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
19 <tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
20 <!-- TODO -->
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
21 </tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
22
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
23
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
24 <help>
12
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
25
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
26 This tool will average the values of the provided Wig files, base pair by base pair.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
27
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
28 .. class:: infomark
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
29
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
30 **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.
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
31
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
32 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
33 </tool>