1
|
1 <macros>
|
|
2 <xml name="requirements">
|
|
3 <requirements>
|
12
|
4 <requirement type="package" version="2.0.10.3">macs2</requirement>
|
1
|
5 <requirement type="package" version="1.7.1">numpy</requirement>
|
|
6 <yield />
|
|
7 </requirements>
|
|
8 </xml>
|
|
9
|
|
10 <xml name="conditional_effective_genome_size">
|
|
11 <conditional name="effective_genome_size_options">
|
|
12 <param name="effective_genome_size_options_selector" type="select" label="Effective genome size" help="--gsize">
|
|
13 <option value="3300000000">Human (3.300.000.000)</option>
|
|
14 <option value="3000000000">Mouse (3.000.000.000)</option>
|
|
15 <option value="190000000">Fly (190.000.000)</option>
|
|
16 <option value="130000000">Worm (130.000.000)</option>
|
|
17 <option value="user_defined">User defined</option>
|
|
18 </param>
|
|
19 <when value="user_defined">
|
|
20 <param name="gsize" type="integer" size="12" label="Effective genome size" value=""/>
|
|
21 </when>
|
|
22 </conditional>
|
|
23 </xml>
|
|
24
|
|
25 <token name="@effective_genome_size@">
|
|
26 #if $effective_genome_size_options.effective_genome_size_options_selector == 'user_defined':
|
|
27 --gsize $effective_genome_size_options.gsize
|
|
28 #else:
|
|
29 --gsize $effective_genome_size_options.effective_genome_size_options_selector
|
|
30 #end if
|
|
31 </token>
|
|
32
|
|
33 <xml name="version_command">
|
|
34 <version_command>macs2 --version</version_command>
|
|
35 </xml>
|
|
36
|
|
37 <xml name="tag_size">
|
|
38 <param name="tsize" type="float" label="Tag size" value="-1.0" help="This will overide the auto detected tag size. DEFAULT: Not set (-1.0) (--tsize)" />
|
|
39 </xml>
|
|
40
|
|
41 <xml name="stdio">
|
|
42 <stdio>
|
10
|
43 <exit_code range="1:" />
|
|
44 <exit_code range=":-1" />
|
1
|
45 <regex match="Error:" />
|
10
|
46 <regex match="Exception:" />
|
1
|
47 </stdio>
|
|
48 </xml>
|
9
|
49
|
|
50 <token name="@citation@">
|
|
51 ------
|
|
52
|
|
53 **Citation**
|
|
54
|
|
55 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.
|
|
56
|
|
57 Integration of MACS2 with Galaxy performed by Ziru Zhou and Bjoern Gruening.
|
|
58 </token>
|
1
|
59 </macros>
|