0
|
1 <macros>
|
|
2 <xml name="requirements">
|
|
3 <requirements>
|
|
4 <requirement type="package" version="2.0.10.20131216">macs2</requirement>
|
|
5 <yield />
|
|
6 </requirements>
|
|
7 </xml>
|
|
8
|
|
9 <xml name="conditional_effective_genome_size">
|
|
10 <conditional name="effective_genome_size_options">
|
|
11 <param name="effective_genome_size_options_selector" type="select" label="Effective genome size" help="--gsize">
|
|
12 <option value="2451960000">Human (2.451.960.000)</option>
|
|
13 <option value="2150570000">Mouse (2.150.570.000)</option>
|
|
14 <option value="121400000">Fly (121.400.000)</option>
|
|
15 <option value="93260000">Worm (93.260.000)</option>
|
|
16 <option value="user_defined">User defined</option>
|
|
17 </param>
|
|
18 <when value="user_defined">
|
|
19 <param name="gsize" type="integer" size="12" label="Effective genome size" value=""/>
|
|
20 </when>
|
|
21 </conditional>
|
|
22 </xml>
|
|
23
|
|
24 <token name="@effective_genome_size@">
|
|
25 #if $effective_genome_size_options.effective_genome_size_options_selector == 'user_defined':
|
|
26 --gsize "${ effective_genome_size_options.gsize }"
|
|
27 #else:
|
|
28 --gsize "${ effective_genome_size_options.effective_genome_size_options_selector }"
|
|
29 #end if
|
|
30 </token>
|
|
31
|
|
32 <xml name="version_command">
|
|
33 <version_command>macs2 --version</version_command>
|
|
34 </xml>
|
|
35
|
|
36 <xml name="tag_size">
|
|
37 <param name="tsize" type="float" label="Tag size" value="-1.0" help="This will overide the auto detected tag size. Per default that option is deactivated: -1.0 (--tsize)" />
|
|
38 </xml>
|
|
39 <xml name="band_width">
|
|
40 <param name="band_width" type="integer" value="300" label="Band width for picking regions to compute fragment size"
|
|
41 help="This value is only used while building the shifting model. (--bw)" />
|
|
42 </xml>
|
|
43
|
|
44 <token name="@tag_size@">
|
|
45 #if $tsize == -1.0:
|
|
46 --tsize "${ tsize }"
|
|
47 #end if
|
|
48 </token>
|
|
49
|
|
50 <xml name="stdio">
|
|
51 <stdio>
|
|
52 <exit_code range="1:" />
|
|
53 <exit_code range=":-1" />
|
|
54 <regex match="Error:" />
|
|
55 <regex match="Exception:" />
|
|
56 </stdio>
|
|
57 </xml>
|
|
58
|
|
59 <token name="@citation@">
|
|
60 ------
|
|
61
|
|
62 **Citation**
|
|
63
|
|
64 For the underlying tool, please cite Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137.
|
|
65
|
|
66 Integration of MACS2 with Galaxy performed by Ziru Zhou and Bjoern Gruening.
|
|
67 </token>
|
|
68 </macros>
|