annotate corr_macros.xml @ 0:3d1097835b2f draft default tip

Imported from capsule None
author jjohnson
date Mon, 22 Sep 2014 11:54:41 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
1 <macros>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
2 <xml name="requirements">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
3 <requirements>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
4 <requirement type="package" version="2014-09-16">cistrome</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
5 <requirement type="package" version="2.15.0">R</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
6 <requirement type="package" version="0.7.1">bx-python</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
7 </requirements>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
8 </xml>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
9 <xml name="requirements_union">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
10 <requirements>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
11 <requirement type="package" version="2014-09-16">cistrome</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
12 <requirement type="package" version="2.15.0">R</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
13 <requirement type="package" version="1.36.0">bioc_geneplotter</requirement>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
14 </requirements>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
15 </xml>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
16 <xml name="stdio">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
17 <stdio>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
18 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
19 <exit_code range="1:" level="fatal" description="Error" />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
20 </stdio>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
21 </xml>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
22 <xml name="commom_params">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
23 <param format="wig,bigwig" name="wfile1" type="data" label="Wiggle / bigwig file 1">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
24 <validator type="unspecified_build" />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
25 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
26 <param name="wlabel1" type="text" label="Wiggle / bigwig label 1" optional="false">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
27 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
28 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
29 <param format="wig,bigwig" name="wfile2" type="data" label="Wiggle / bigwig file 2">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
30 <validator type="unspecified_build" />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
31 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
32 <param name="wlabel2" type="text" label="Wiggle / bigwig label 2" optional="false">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
33 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
34 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
35 <repeat name="more" title="wiggle / bigwig file">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
36 <param format="wig,bigwig" name="wig" type="data" label="Select another wiggle / bigwig file"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
37 <param name="label" type="text" label="Wiggle / bigwig label" optional="false">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
38 <validator type="length" message="must be between 1 and 255 characters" min="1" max="255"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
39 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
40 </repeat>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
41 <param name="method" type="select" label="method:" help="method to process the paired two sets of data in the sampling step." >
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
42 <option value="mean" selected="true">mean</option>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
43 <option value="median">median</option>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
44 <option value="sample">sample</option>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
45 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
46 <param name="maxscore" type="float" label="Max Score" help="Maximum score in the calculation (optional)" value="10000" optional="true"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
47 <param name="minscore" type="float" label="Min Score" help="Minimum score in the calculation (optional)" value="-10000" optional="true"/>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
48 <param name="heatmap" type="boolean" label="Draw Heatmap instead?" checked="no"
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
49 truevalue="-H" falsevalue=" " />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
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">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
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" />
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
52 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
53 <param type="select" name="imagetype" display="radio" label="Image Type">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
54 <option value="PDF">PDF format</option>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
55 <option value="PNG">PNG format</option>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
56 </param>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
57 </xml>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
58
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
59 <template name="script_chars">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
60 #set global $dollar = chr(36)
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
61 #set global $gt = chr(62)
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
62 #set global $lt = chr(60)
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
63 #set global $ad = chr(38)
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
64 </template>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
65
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
66 <token name="@EXTERNAL_DOCUMENTATION@">
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
67
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
68 For details about this application, please go to:
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
69 https://bitbucket.org/cistrome/cistrome-harvard/wiki/Home
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
70
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
71 </token>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
72 <token name="@CITATION_SECTION@">------
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
73
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
74 **Citation**
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
75
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
76 For the underlying tool, please cite the following publication:
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
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.
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
78
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
79 </token>
3d1097835b2f Imported from capsule None
jjohnson
parents:
diff changeset
80 </macros>