comparison macs2_macros.xml @ 2:bfe57d6e0c4c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
author iuc
date Mon, 12 Oct 2015 11:24:39 -0400
parents fe62ba547975
children 6d4babad010f
comparison
equal deleted inserted replaced
1:859c982b1f7f 2:bfe57d6e0c4c
20 <option value="2150570000">Mouse (2,150,570,000)</option> 20 <option value="2150570000">Mouse (2,150,570,000)</option>
21 <option value="121400000">Fly (121,400,000)</option> 21 <option value="121400000">Fly (121,400,000)</option>
22 <option value="93260000">Worm (93,260,000)</option> 22 <option value="93260000">Worm (93,260,000)</option>
23 <option value="user_defined">User defined</option> 23 <option value="user_defined">User defined</option>
24 </param> 24 </param>
25 <when value="2451960000" />
26 <when value="2150570000" />
27 <when value="121400000" />
28 <when value="93260000" />
25 <when value="user_defined"> 29 <when value="user_defined">
26 <param name="gsize" type="integer" size="12" label="Effective genome size" value=""/> 30 <param name="gsize" type="integer" label="Effective genome size" value=""/>
27 </when> 31 </when>
28 </conditional> 32 </conditional>
29 </xml> 33 </xml>
30 34
31 <xml name="keep_duplicates"> 35 <xml name="keep_duplicates">
36 <option value="all">all</option> 40 <option value="all">all</option>
37 <option value="auto">auto</option> 41 <option value="auto">auto</option>
38 <option value="user">user defined</option> 42 <option value="user">user defined</option>
39 </param> 43 </param>
40 <when value="user"> 44 <when value="user">
41 <param name="user_keepdup" type="integer" value="1" label="Keep at most this number of tags at the exact same location" 45 <param name="user_keepdup" type="integer" value="1" label="Keep at most this number of tags at the exact same location"
42 help=""/> 46 help=""/>
43 </when> 47 </when>
44 <when value="1" /> 48 <when value="1" />
45 <when value="all" /> 49 <when value="all" />
46 <when value="auto" /> 50 <when value="auto" />