comparison macros.xml @ 49:381efb7b880f draft

Uploaded
author greg
date Tue, 21 Feb 2017 10:35:07 -0500
parents e3d9e74cae68
children 4c5540844bb3
comparison
equal deleted inserted replaced
48:6997a4b160c5 49:381efb7b880f
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <macros> 2 <macros>
3 <xml name="requirements">
4 <requirements>
5 <requirement type="package" version="3.14.0">bioconductor-edger</requirement>
6 <requirement type="package" version="4.11.1">meme</requirement>
7 <requirement type="package" version="0.5">multigps</requirement>
8 </requirements>
9 </xml>
10 <xml name="stdio">
11 <stdio>
12 <exit_code range="1:"/>
13 <exit_code range=":-1"/>
14 <regex match="Error:"/>
15 <regex match="Exception:"/>
16 </stdio>
17 </xml>
18 <xml name="rd_cond">
19 <conditional name="read_distribution_cond">
20 <param name="read_distribution" type="select" label="Use read distribution file for this replicate?" help="Selecting No uses default distribution.">
21 <option value="no" selected="True">No</option>
22 <option value="yes">Yes</option>
23 </param>
24 <when value="yes">
25 <param name="read_distribution_file" type="data" format="tabular" label="Read distribution file" />
26 </when>
27 <when value="no" />
28 </conditional>
29 </xml>
30 <xml name="frc_param">
31 <param name="fixed_read_count" type="select" label="Use fixed per-base read count limit for this replicate?" help="Selecting No uses a global per-base limit that is estimated from a Poisson distribution.">
32 <option value="no" selected="True">No</option>
33 <option value="yes">Yes</option>
34 </param>
35 </xml>
36 <xml name="motif_finding_params"> 3 <xml name="motif_finding_params">
37 <param name="memenmotifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" /> 4 <param name="memenmotifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" />
38 <param name="mememinw" type="integer" min="0" value="6" label="Minimum motif width for MEME" /> 5 <param name="mememinw" type="integer" min="0" value="6" label="Minimum motif width for MEME" />
39 <param name="mememaxw" type="integer" min="0" value="16" label="Maximum motif width for MEME" /> 6 <param name="mememaxw" type="integer" min="0" value="16" label="Maximum motif width for MEME" />
40 </xml> 7 </xml>
41 <xml name="citations">
42 <citations>
43 <citation type="doi">10.1371/journal.pcbi.1003501</citation>
44 </citations>
45 </xml>
46 </macros> 8 </macros>