|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <macros>
|
|
|
3 <xml name="motif_finding_params">
|
|
|
4 <param name="memenmotifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" />
|
|
|
5 <param name="mememinw" type="integer" min="0" value="6" label="Minimum motif width for MEME" />
|
|
|
6 <param name="mememaxw" type="integer" min="0" value="16" label="Maximum motif width for MEME" />
|
|
|
7 </xml>
|
|
3
|
8 <xml name="label_cond_params_start">
|
|
|
9 <param name="input" type="data" format="bam,bed,scidx" label="Run multigps on" help="Supported formats are bam, bed and scidx">
|
|
|
10 <validator type="unspecified_build" />
|
|
|
11 </param>
|
|
|
12 <param name="control" type="data" format="bam,bed,scidx" optional="True" label="Optional file containing reads from a control experiment" help="Must be same forat as the input above" />
|
|
|
13 <param name="condition_name" type="text" label="Condition name" />
|
|
|
14 </xml>
|
|
|
15 <xml name="label_cond_params_end">
|
|
|
16 <param name="experiment_type" type="select" label="Experiment type for this replicate">
|
|
|
17 <option value="None" selected="True">Do not set</option>
|
|
|
18 <option value="chipseq">ChIP-seq</option>
|
|
|
19 <option value="chipexo">ChIP-exo</option>
|
|
|
20 </param>
|
|
|
21 <param name="fixedreadcount" 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.">
|
|
|
22 <option value="None" selected="True">No</option>
|
|
|
23 <option value="P">Yes</option>
|
|
|
24 </param>
|
|
|
25 </xml>
|
|
0
|
26 </macros>
|