0
|
1 <macros>
|
|
2 <xml name="requirements">
|
|
3 <requirements>
|
|
4 <requirement type="package" version="2014-09-16">cistrome</requirement>
|
|
5 <requirement type="package" version="2.15.0">R</requirement>
|
|
6 <requirement type="package" version="0.7.1">bx-python</requirement>
|
|
7 </requirements>
|
|
8 </xml>
|
|
9 <xml name="requirements_union">
|
|
10 <requirements>
|
|
11 <requirement type="package" version="2014-09-16">cistrome</requirement>
|
|
12 <requirement type="package" version="2.15.0">R</requirement>
|
|
13 <requirement type="package" version="1.36.0">bioc_geneplotter</requirement>
|
|
14 </requirements>
|
|
15 </xml>
|
|
16 <xml name="stdio">
|
|
17 <stdio>
|
|
18 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
|
|
19 <exit_code range="1:" level="fatal" description="Error" />
|
|
20 </stdio>
|
|
21 </xml>
|
|
22 <xml name="commom_params">
|
|
23 <param format="wig,bigwig" name="wfile1" type="data" label="Wiggle / bigwig file 1">
|
|
24 <validator type="unspecified_build" />
|
|
25 </param>
|
|
26 <param name="wlabel1" type="text" label="Wiggle / bigwig label 1" optional="false">
|
|
27 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
|
|
28 </param>
|
|
29 <param format="wig,bigwig" name="wfile2" type="data" label="Wiggle / bigwig file 2">
|
|
30 <validator type="unspecified_build" />
|
|
31 </param>
|
|
32 <param name="wlabel2" type="text" label="Wiggle / bigwig label 2" optional="false">
|
|
33 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
|
|
34 </param>
|
|
35 <repeat name="more" title="wiggle / bigwig file">
|
|
36 <param format="wig,bigwig" name="wig" type="data" label="Select another wiggle / bigwig file"/>
|
|
37 <param name="label" type="text" label="Wiggle / bigwig label" optional="false">
|
|
38 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
|
|
39 </param>
|
|
40 </repeat>
|
|
41 <param name="method" type="select" label="method:" help="method to process the paired two sets of data in the sampling step." >
|
|
42 <option value="mean" selected="true">mean</option>
|
|
43 <option value="median">median</option>
|
|
44 <option value="sample">sample</option>
|
|
45 </param>
|
|
46 <param name="maxscore" type="float" label="Max Score" help="Maximum score in the calculation (optional)" value="10000" optional="true"/>
|
|
47 <param name="minscore" type="float" label="Min Score" help="Minimum score in the calculation (optional)" value="-10000" optional="true"/>
|
|
48 <param name="heatmap" type="boolean" label="Draw Heatmap instead?" checked="no"
|
|
49 truevalue="-H" falsevalue=" " />
|
|
50 <param name="size" type="integer" label="image Size" value="10" help="Image size in inch. It must be ge 5 and le 20. Default: 10">
|
|
51 <validator type="in_range" max="20" min="5" message="image Size is out of range, image Size has to be between 5 to 20" />
|
|
52 </param>
|
|
53 <param type="select" name="imagetype" display="radio" label="Image Type">
|
|
54 <option value="PDF">PDF format</option>
|
|
55 <option value="PNG">PNG format</option>
|
|
56 </param>
|
|
57 </xml>
|
|
58
|
|
59 <template name="script_chars">
|
|
60 #set global $dollar = chr(36)
|
|
61 #set global $gt = chr(62)
|
|
62 #set global $lt = chr(60)
|
|
63 #set global $ad = chr(38)
|
|
64 </template>
|
|
65
|
|
66 <token name="@EXTERNAL_DOCUMENTATION@">
|
|
67
|
|
68 For details about this application, please go to:
|
|
69 https://bitbucket.org/cistrome/cistrome-harvard/wiki/Home
|
|
70
|
|
71 </token>
|
|
72 <token name="@CITATION_SECTION@">------
|
|
73
|
|
74 **Citation**
|
|
75
|
|
76 For the underlying tool, please cite the following publication:
|
|
77 "Cistrome: an integrative platform for transcriptional regulation studies," Liu T, Ortiz JA, Taing L, Meyer CA, Lee B, Zhang Y, Shin H, Wong SS, Ma J, Lei Y, Pape UJ, Poidinger M, Chen Y, Yeung K, Brown M, Turpaz Y, Liu XS. Genome Biol. 2011 Aug 22;12(8):R83.
|
|
78
|
|
79 </token>
|
|
80 </macros>
|