annotate galaxy-conf/Divide.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="WigDivide" name="Divide" version="1.1.0">
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>two (Big)Wig files</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh wigmath.Divide -n $dividend -d $divisor -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param format="bigwig,wig" name="dividend" type="data" label="File 1 (dividend)" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param format="bigwig,wig" name="divisor" type="data" label="File 2 (divisor)" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <data format="wig" name="output" metadata_source="dividend" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11 <tests>
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
12 <test>
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
13 <param name="dividend" value="wigmath1.wig"/>
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
14 <param name="divisor" value="wigmath2.wig"/>
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
15 <output name="output" file="divide1.wig"/>
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 <test>
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
18 <param name="dividend" value="wigmath1.wig"/>
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
19 <param name="divisor" value="wigmath3.bw"/>
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
20 <output name="output" file="divide2.wig"/>
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
21 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
22 <test>
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
23 <param name="dividend" value="wigmath3.bw"/>
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
24 <param name="divisor" value="wigmath2.bw"/>
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
25 <output name="output" file="divide3.wig"/>
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
26 </test>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
27 </tests>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
28
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
29 <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
30
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
31 .. 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
32
81d5b81fb3c2 Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
timpalpant
parents: 11
diff changeset
33 **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
34
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
35 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
36 </tool>