in progress
[jalview.git] / forester / aptx / aptx_configuration_files / _aptx_configuration_file_1
1 #  User Interface Look and Feel
2 #  ----------------------------
3 #  Possible values for 'native_ui'
4 #    'yes' to use native (system) "look and feel"
5 #    'no'  to use Archaeopteryx-style "look and feel", can set GUI colors via this file (see below)
6 #    '?'   to use native (system) "look and feel" if Mac OS X with Java 1.5 is detected,
7 #          Archaeopteryx-style "look and feel" otherwise
8
9 native_ui: ?
10
11
12
13 #  Default Values for Options
14 #  --------------------------
15 #  Minimal confidence value to be displayed: 'min_confidence_value':
16 #     Example: 'min_confidence_value: 50.0' (a commonly used 
17 #     value for bootstrap support)
18 #  Font family name: 'font_family':
19 #     Example: 'font_family: Arial,Calibri,Helvetica'
20 #     It is advisable to use more than one value for font_family (in
21 #     decreasing order of preference). Font family names have to be
22 #     comma separated (no spaces). Spaces in font names have to be
23 #     replaced by underscores (e.g. 'Times_New_Roman').
24 #  Font size: 'font_size':
25 #     Example: 'font_size: 10'
26 #  Screen antialias: 'antialias_screen': values: 'yes'/'no'
27 #  Show Scale: 'show_scale': values: 'yes'/'no'
28 #  Show branch length branch values: 'show_branch_length_values': values: 'yes'/'no'
29 #  Do/do not line up cladogram display: 'non_lined_up_cladogram': values: 'yes'/'no'
30 #  Cladogram display type: 'cladogram_type'
31 #     Example: 'cladogram_type: ext_node_sum_dep'
32 #     The three possible values are: non_lined_up
33 #                                    ext_node_sum_dep
34 #                                    total_node_sum_dep (for "uniform" branch lengths)
35 #  Default size for graphics export and printing: 'graphics_export_x' and 'graphics_export_y':
36 #     (Archaeopteryx tries to guess the locale, so setting these is not always necessary)
37 #     Example: For A4 (portrait):
38 #               'graphics_export_x: 595'
39 #               'graphics_export_y: 845'
40 #             For US Letter (portrait):
41 #               'graphics_export_x: 612'
42 #               'graphics_export_y: 792'
43 #  Default line width for PDF export: 'pdf_export_line_wdith':
44 #     Example: 'pdf_export_line_width: 0.5'
45 #  Show overview: 'show_overview': values: 'yes'/'no'
46 #  Phylogeny graphics type: 'phylogeny_graphics_type':
47 #     Example: 'phylogeny_graphics_type: euro_style'
48 #     The eight possible values are: rectangular
49 #                                    euro_style
50 #                                    rounded
51 #                                    curved
52 #                                    triangular
53 #                                    convex
54 #                                    unrooted
55 #                                    circular
56 #  Node label direction for circular and unrooted type: 'node_label_direction':
57 #     Example: 'node_label_direction: horizontal'
58 #     The two possible values are: horizontal
59 #                                  radial
60 #  Show default node shape: 'show_default_node_shapes': values: 'yes'/'no'
61 #  Default node shape size: 'default_node_size'
62 #     Example: 'default_node_size: 6'
63 #  Default node shape type: 'default_node_shape'
64 #     Example: 'default_node_shape: '
65 #     Possible values: circle
66 #                      rectangle
67 #  Default node shape fill: 'default_node_fill'
68 #     Example: 'default_node_fill: '
69 #     Possible values: solid
70 #                      gradient
71 #                      none
72 #
73 #  To determine what data field to return by clicking on "Return ...": 'ext_descendents_data_to_return'
74 #     Possible values: node_name
75 #                      sequence_name
76 #                      sequence_acc
77 #                      sequence_mol_seq
78 #                      sequence_symbol
79 #                      taxonomy_scientific_name
80 #                      taxonomy_code
81 #  To determine where to return data by clicking on "Return ...": 'ext_descendents_data_to_return_on'
82 #     Possible values: window
83 #                      console
84 #  To override label for menu item to return data of external nodes (default ""Return ..."): 'label_for_get_ext_descendents_data'
85 #     Example: 'label_for_get_ext_descendents_data: Get_Node_Data'
86
87 #  Taxonomy colorization of nodes (shapes) instead of labels: 'taxonomy_colorize_node_shapes': values: 'yes'/'no'
88 #  Do/not color labels same as branch length values: 'color_labels_same_as_branch_length_values': values: 'yes'/'no'
89 #  Do/not show domain labels: 'show_domain_labels': values: 'yes'/'no'
90 #  Number of fraction digits for branch length values: 'branch_length_value_digits'
91 #  Number of fraction digits for confidence values: 'confidence_value_digits'
92 #  To turn on/off background color gradient: background_gradient
93 #     Example: 'background_gradient: yes'
94 #  To allow/not allow editing (cut, copy, and paste): allow_editing
95 #     Example: 'allow_editing: yes'
96 #  To replace underscores with spaces during NH/NHX/Nexus file parsing (application only):
97 #     'replace_underscores_in_nh_parsing'
98 #  To extract taxonomy codes from Pfam-style sequence labels (e.g. 'QW231_HUMAN/129-694')
99 #     during NH/NHX/Nexus file parsing (application only): 'extract_pfam_tax_codes_in_nh_parsing'
100 #  Internal node labels are confidence values during NH/NHX/Nexus file parsing (application only):
101 #     'internal_labels_are_confidence_values'
102
103
104
105 min_confidence_value:                      0.0
106 font_family:                               Verdana,Tahoma,Arial,Helvetica,Dialog,Lucida-Sans,SansSerif,Sans-serif,Sans
107 font_size:                                 10
108 antialias_screen:                          yes
109 show_scale:                                yes
110 show_branch_length_values:                 no
111 cladogram_type:                            ext_node_sum_dep
112 phylogeny_graphics_type:                   rectangular
113 node_label_direction:                      horizontal
114 show_default_node_shapes:                  no
115 default_node_size:                         6
116 default_node_shape:                        circle
117 default_node_fill:                         gradient
118 taxonomy_colorize_node_shapes:             no
119 #graphics_export_x:                         595
120 #graphics_export_y:                         792
121 pdf_export_line_width:                     0.5
122 show_overview:                             yes
123 overview_width:                            120
124 overview_height:                           120
125 overview_placement_type:                   upper_left
126 color_labels_same_as_branch_length_values: no
127 display_sequence_relations:                no
128 show_domain_labels:                        yes
129 branch_length_value_digits:                3
130 confidence_value_digits:                   3
131 background_gradient:                       no
132 allow_editing:                             yes
133 #  NH/NHX/Nexus file parsing (application only):
134 internal_labels_are_confidence_values:     no
135 replace_underscores_in_nh_parsing:         no
136 extract_taxonomy_codes_in_nh_parsing:      yes
137 ext_descendents_data_to_return_on:         console
138 ext_descendents_data_to_return:            node_name
139 #label_for_get_ext_descendents_data:        Get_Node_Data         
140
141
142 #  phyloXML parsing
143 #  ----------------
144 #  To ensure compatibility with all current and future 
145 #  phyloXML applications and to detect malformatted and
146 #  possibly erroneous data, it is strongly recommended
147 #  to enable validation of all phyloXML files
148 #  against the XSD Schema (see: http://www.phyloxml.org/),
149 #  with:
150 #  'validate_against_phyloxml_xsd_schema: true'
151
152 validate_against_phyloxml_xsd_schema: true
153
154
155 #  Checkbox Display Selection
156 #  --------------------------
157 #  This is used to select which checkboxes to display
158 #  and what their initial values should be.
159 #  Format: 'name: display|nodisplay yes|no'
160 #  Note: if an option is not displayed, it will not be enabled
161 #
162 #  For the following use '?' to let Archaeopteryx decide (depending on tree):
163 #  - 'phylogram'
164 #  - 'write_confidence_values'
165 #  - 'write_events'
166
167 phylogram:                      display   ?
168 rollover:                       display   yes
169 color_according_to_species:     display   no
170 color_according_to_annotation:  nodisplay no
171 show_node_names:                display   yes
172 show_gene_names:                display   yes
173 show_gene_symbols:              nodisplay no
174 show_sequence_acc:              nodisplay no
175 show_taxonomy_code:             display   yes
176 show_taxonomy_scientific_names: nodisplay no
177 show_taxonomy_common_names:     nodisplay no
178 show_taxonomy_images:           nodisplay no
179 show_annotations:               nodisplay no
180 write_confidence_values:        display   ?
181 write_events:                   nodisplay no
182 color_branches:                 display   no
183 width_branches:                 display   no
184 show_domain_architectures:      nodisplay no
185 show_binary_characters:         nodisplay no
186 show_binary_character_counts:   nodisplay no
187 display_internal_data:          display   yes
188 dynamically_hide_data:          display   yes
189 show_relation_confidence:       nodisplay no
190 show_properties:                nodisplay no
191 show_vector_data:               nodisplay no
192
193
194 #  Combo-box Display Selection
195 #  ---------------------------
196 #  Format: 'name: display/nodisplay'
197 click_to: display_node_data        display
198 click_to: collapse_uncollapse      display
199 click_to: reroot                   display
200 click_to: subtree                  display
201 click_to: swap                     display
202 click_to: sort_descendants         display
203 click_to: color_subtree            display
204 click_to: open_seq_web             nodisplay
205 click_to: open_tax_web             nodisplay
206 click_to: blast                    nodisplay
207 click_to: cut_subtree              nodisplay
208 click_to: copy_subtree             nodisplay
209 click_to: paste_subtree            nodisplay
210 click_to: delete                   nodisplay
211 click_to: add_new_node             nodisplay
212 click_to: edit_node_data           display
213 click_to: get_ext_descendents_data display
214
215 #   Default click-to option (any of the above if set to "display")
216 default_click_to: display_node_data
217
218
219 #  Default Tree Display Colors
220 #  ---------------------------
221
222 display_color: background                 0x000000
223 display_color: background_gradient_bottom 0x0000FF
224 display_color: sequence                   0xDCDCDC
225 display_color: taxonomy                   0xB4B4B4
226 display_color: confidence                 0x38B0DE
227 display_color: branch_length              0x8C8C8C
228 display_color: branch                     0xFFFFFF
229 display_color: node_box                   0xFFFFFF
230 display_color: collapsed                  0xFFFF00
231 display_color: matching_nodes             0x00FF00
232 display_color: duplication                0xFF0000
233 display_color: speciation                 0x00FF00
234 display_color: duplication_or_specation   0xFFFF00
235 display_color: domains                    0x7B68EE
236 display_color: binary_domain_combinations 0x4169FF
237 display_color: annotation                 0xADFF2F
238 display_color: overview                   0x828282
239
240
241
242 #  GUI (graphical user interface) Colors
243 #  -------------------------------------
244 #
245 #  These are ignored if native (system) "look and feel"
246 #  is being used ('native_ui: yes').
247
248 gui_background_color:                 0x202020
249 gui_checkbox_text_color:              0xDCDCDC
250 gui_checkbox_and_button_active_color: 0xFF0000
251 gui_button_text_color:                0xFFFFFF
252 gui_button_background_color:          0x404040
253 gui_menu_background_color:            0x000000
254 gui_menu_text_color:                  0xFFFFFF
255 gui_button_border_color:              0x000000
256
257
258
259
260 #  Web Links
261 #  --------- 
262 #  Format: web_link: <URL> <description> <source identifier>
263 #  E.g. "http://www.uniprot.org/uniprot/?query= UniProtKB   UniProtKB"
264 #  <description> is not used at the moment.
265 #  <source identifier> corresponds to the <source> element for <sequence> <accession>,
266 #  and to the <type> of <taxonomy> <id> (see www.phyloxml.org).
267  
268 web_link: http://www.uniprot.org/uniprot/?query=                            UniProtKB        UniProtKB
269 web_link: http://www.uniprot.org/uniprot/?query=                            SPTREMBL         sptrembl
270 web_link: http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?cmd=Retrieve&val=  NCBI             GI
271 web_link: http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?cmd=Retrieve&val=  RefSeq           RefSeq
272 web_link: http://www.ebi.ac.uk/interpro/IEntry?ac=                          InterPro         InterPro
273 web_link: http://www.rcsb.org/pdb/explore.do?structureId=                   PDB              PDB
274 web_link: http://pfam.sanger.ac.uk/protein?entry=                           Pfam             pfam
275 web_link: http://tolweb.org/                                                ToL              tol
276 web_link: http://www.eol.org/pages/                                         EOL              eol
277 web_link: http://www.uniprot.org/taxonomy/                                  UniProt-Taxonomy uniprot
278 web_link: http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=       NCBI-Taxonomy    ncbi
279 web_link: http://www.ubio.org/browser/details.php?namebankID=               uBio             namebankID
280 # not working at the moment:
281 web_link: http://www.ensembl.org/Homo_sapiens/Search/Summary?species=all;idx=;q=  Ensembl  Ensembl
282
283
284
285 #  Settings Specific for ArchaeopteryxE
286 #  ------------------------------------
287 #  To hide controls and menus: 'hide_controls_and_menus: yes'
288 #  To use tabbed display     : 'use_tabbed_display: yes'
289
290 hide_controls_and_menus: no
291 use_tabbed_display:      yes
292
293
294
295
296 #  Application Specific Settings
297 #  -----------------------------
298
299 #  Species colors
300 #  --------------
301 #  Format: species_color: speciesname hexcolor
302 species_color: BRAFL      0x00FFFF
303 species_color: SPHGR      0x9620F0
304 species_color: STRPU      0x9620F0
305 species_color: CIOIN      0xFF1CAE
306 species_color: CIOSA      0xFF2CAE
307 species_color: BOVIN      0x5C3317
308 species_color: CANFA      0x8B2323
309 species_color: HUMAN      0xFF2400
310 species_color: PANTR      0xCC2400
311 species_color: MOUSE      0xFF7F00
312 species_color: RAT        0xFFEF00
313 species_color: MONDO      0xEE9A49
314 species_color: ORNAN      0xCD853F
315 species_color: XENLA      0x6BAA23
316 species_color: XENTR      0x6BAA23
317 species_color: CHICK      0xFFC125
318 species_color: FUGRU      0x0000FF
319 species_color: BRARE      0x0000DD
320 species_color: DANRE      0x0000BB
321 species_color: TETNG      0x0000AA
322 species_color: ORYLA      0x000088
323 species_color: GASAC      0x000066
324 species_color: CAEEL      0xA0A0A0
325 species_color: CAEBR      0xB0B0B0
326 species_color: DROME      0x706F00
327 species_color: DROPS      0x504F00
328 species_color: APIME      0x7A7700
329 species_color: AEDAE      0x8C5900
330 species_color: TRICA      0x918E00
331 species_color: NEMVE      0xAABADD
332 species_color: HYDAT      0x7C9BCF
333 species_color: LUBBA      0xF7B5CB
334 species_color: GEOCY      0xF5A0BD
335 species_color: SUBDO      0xC790B9
336 species_color: MONBE      0xFC0FC0
337 species_color: DICPU      0x23238E
338 species_color: DICDI      0x4D4DFF
339 species_color: ENTHI      0x5959AB
340 species_color: ARATH      0x00FF00
341 species_color: POPTR      0x006400
342 species_color: VITVI      0x00CD00
343 species_color: GLYMA      0x00FF7F
344 species_color: ORYSA      0x008B00
345 species_color: ORYSJ      0x008C00
346 species_color: SORBI      0x00EE76
347 species_color: SELMO      0x238E23
348 species_color: PHYPA      0x09F911
349 species_color: OSTLU      0x7FFF00
350 species_color: OSTTA      0x7FFF00
351 species_color: OSTRC      0x7FFF00
352 species_color: MICPU      0x66CD00
353 species_color: MIC99      0x66CD00
354 species_color: CHLRE      0xB3EE3A
355 species_color: VOLCA      0xC0FF3E
356 species_color: CHLSP      0x6B8E23
357 species_color: CYAME      0xD02090
358 species_color: YEAST      0xAAAAAA
359 species_color: BACFR      0xFF0000
360 species_color: BACTN      0xFFFF00
361 species_color: MYXXD      0x0000FF
362 species_color: STIAU      0x00FFFF
363 species_color: BACOV      0x8C5900
364 species_color: BACUN      0x66CD00
365 species_color: PORGI      0x918E00
366 # rank: Class
367 species_color: Mammalia       0xFF0000
368 species_color: mammals        0xFF0000
369 # rank: Phylum
370 species_color: Chordata       0x8470FF
371 species_color: Echinodermata  0x6495ED
372 species_color: Hemichordata   0x7EC0EE
373 species_color: Arthropoda     0x7AC5CD 
374 species_color: Nematoda       0x7171C6
375 species_color: Tardigrada     0x388E8E
376 species_color: Annelida       0xC67171
377 species_color: Mollusca       0x00F5FF
378 species_color: Ctenophora     0xBBFFFF
379 species_color: Cnidaria       0xFF83FA
380 species_color: Placozoa       0xEED2EE
381 species_color: Porifera       0xFF3E96
382 species_color: Microsporidia  0x8B8378
383 species_color: Ascomycota     0xFF6347
384 species_color: Basidiomycota  0xFFD700
385 species_color: Chlorophyta    0x00C78C
386 species_color: Streptophyta   0x00C957
387 # rank: Kingdom
388 species_color: Viridiplantae  0x00FF00
389 species_color: plants         0x00FF00
390 species_color: Metazoa        0x0000FF
391 species_color: animals        0x0000FF
392 species_color: Fungi          0xFF9912
393 # rank: Superkingdom
394 species_color: Viruses        0xFFD700
395 species_color: Bacteria       0x00FF00
396 species_color: Archaea        0x0000FF
397 species_color: Eukaryota      0xFF0000
398 species_color: eukaryotes     0xFF0000
399
400 # END