domain + go output work begins
[jalview.git] / forester / aptx / aptx_configuration_files / _aptx_configuration_file
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 #
19 #  Font family name: 'font_family':
20 #     Example: 'font_family: Arial,Calibri,Helvetica'
21 #     It is advisable to use more than one value for font_family (in
22 #     decreasing order of preference). Font family names have to be
23 #     comma separated (no spaces). Spaces in font names have to be
24 #     replaced by underscores (e.g. 'Times_New_Roman').
25 #
26 #  Font size: 'font_size':
27 #     Example: 'font_size: 10'
28 #
29 #  Screen antialias: 'antialias_screen': values: 'yes'/'no'
30 #
31 #  Show Scale: 'show_scale': values: 'yes'/'no'
32 #
33 #  Show branch length branch values: 'show_branch_length_values': values: 'yes'/'no'
34 #
35 #  Do/do not line up cladogram display: 'non_lined_up_cladogram': values: 'yes'/'no'
36 #
37 #  Cladogram display type: 'cladogram_type'
38 #     Example: 'cladogram_type: ext_node_sum_dep'
39 #     The three possible values are: non_lined_up
40 #                                    ext_node_sum_dep
41 #                                    total_node_sum_dep (for "uniform" branch lengths)
42 #
43 #  Default size for graphics export and printing: 'graphics_export_x' and 'graphics_export_y':
44 #     (Archaeopteryx tries to guess the locale, so setting these is not always necessary)
45 #     Example: For A4 (portrait):
46 #               'graphics_export_x: 595'
47 #               'graphics_export_y: 845'
48 #             For US Letter (portrait):
49 #               'graphics_export_x: 612'
50 #               'graphics_export_y: 792'
51 #
52 #  Default line width for PDF export: 'pdf_export_line_wdith':
53 #     Example: 'pdf_export_line_width: 0.5'
54 #
55 #  Show overview: 'show_overview': values: 'yes'/'no'
56 #
57 #  Phylogeny graphics type: 'phylogeny_graphics_type':
58 #     Example: 'phylogeny_graphics_type: euro_style'
59 #     The eight possible values are: rectangular
60 #                                    euro_style
61 #                                    rounded
62 #                                    curved
63 #                                    triangular
64 #                                    convex
65 #                                    unrooted
66 #                                    circular
67 #
68 #  Node label direction for circular and unrooted type: 'node_label_direction':
69 #     Example: 'node_label_direction: horizontal'
70 #     The two possible values are: horizontal
71 #                                  radial
72 #
73 #  Show default node shape for internal nodes: 'show_default_node_shapes_internal': values: 'yes'/'no'
74 #
75 #  Show default node shape for external nodes: 'show_default_node_shapes_external': values: 'yes'/'no'
76 #
77 #  Default node shape size: 'default_node_size'
78 #     Example: 'default_node_size: 6'
79 #
80 #  Default node shape type: 'default_node_shape'
81 #     Example: 'default_node_shape: '
82 #     Possible values: circle
83 #                      rectangle
84 #
85 #  Default node shape fill: 'default_node_fill'
86 #     Example: 'default_node_fill: '
87 #     Possible values: solid
88 #                      gradient
89 #                      none
90 #
91 #  To determine what data field to return by clicking on "Return ...": 'ext_descendents_data_to_return'
92 #     Possible values: node_name
93 #                      sequence_name
94 #                      gene_name
95 #                      sequence_acc
96 #                      sequence_mol_seq
97 #                      sequence_mol_seq_fasta
98 #                      sequence_symbol
99 #                      taxonomy_scientific_name
100 #                      taxonomy_code
101 #                      taxonomy_common_name
102 #                      user_selected
103 #                      domains
104 #                      domains_collapsed
105 #                      seq_annotations
106 #                      go_term_ids
107 #
108 #  To determine where to return data selected by user clicking on "Return ...": 'ext_descendents_data_to_return_on'
109 #     Contents of buffer can be obtained with method 'getCurrentExternalNodesDataBuffer()' of
110 #     classes org.forester.archaeopteryx.MainFrame and org.forester.archaeopteryx.ArchaeopteryxE
111 #     Possible values: window (for output to window and buffer)
112 #                      console (for output to console and buffer)
113 #                      buffer_only (for output to buffer only)
114 #
115 #  To override label for menu item to return data of external nodes (default ""Return ..."): 'label_for_get_ext_descendents_data'
116 #     Example: 'label_for_get_ext_descendents_data: Get_Node_Data'
117
118 #  Taxonomy colorization of nodes (shapes) instead of labels: 'taxonomy_colorize_node_shapes': values: 'yes'/'no'
119 #
120 #  Do/not color labels same as branch length values: 'color_labels_same_as_branch_length_values': values: 'yes'/'no'
121 #
122 #  Do/not show domain labels: 'show_domain_labels': values: 'yes'/'no'
123 #
124 #  Do/not show reference sources for sequence annotation: 'show_seq_annotation_ref_sources': values: 'yes'/'no'
125 #
126 #  Number of fraction digits for branch length values: 'branch_length_value_digits'
127 #
128 #  Number of fraction digits for confidence values: 'confidence_value_digits'
129 #
130 #  To turn on/off background color gradient: background_gradient
131 #     Example: 'background_gradient: yes'
132 #
133 #  To allow/not allow editing (cut, copy, and paste): allow_editing
134 #     Example: 'allow_editing: yes'
135 #
136 #  To allow/not allow thicker strokes for very small trees: allow_thick_strokes
137 #     Example: 'allow_thick_strokes: yes'
138 #
139 #  NH/NHX/Nexus file parsing
140 #  -------------------------
141 #  To replace underscores with spaces during NH/NHX/Nexus file parsing:
142 #     'replace_underscores_in_nh_parsing', possible values are 'yes', 'no'
143 #
144 #  To extract UniProt taxonomy codes (e.g. CAEEL) or UniProt identifiers (or scientific names)
145 #  from node names during NH/NHX/Nexus file parsing: 'taxonomy_extraction_in_nh_parsing'
146 #     possible values are:
147 #     'no'
148 #     'pfam_strict'  (for e.g. MOUSE from BCL2_MOUSE/23-453, or [uniprot] 10090 from BCL2_10090/23-453)
149 #     'pfam_relaxed' (for e.g. MOUSE from bax_MOUSE, or [uniprot] 10090 from bax_10090)
150 #     'aggressive'   (for e.g. MOUSE from MOUSE, or [uniprot] 10090 from 10090, or Nematostella vectensis from xyz_Nematostella_vectensis)
151 #
152 #  Internal node labels are confidence values during NH/NHX/Nexus file parsing:
153 #     'internal_labels_are_confidence_values', possible values are 'yes', 'no'
154 #
155 #  phyloXML parsing
156 #  ----------------
157 #  To ensure compatibility with all current and future 
158 #  phyloXML applications and to detect malformatted and
159 #  possibly erroneous data, it is strongly recommended
160 #  to enable validation of all phyloXML files
161 #  against the XSD Schema (see: http://www.phyloxml.org/),
162 #  with:
163 #  'validate_against_phyloxml_xsd_schema: true'
164
165
166 min_confidence_value:                      0.0
167 font_family:                               Arial,Helvetica,Verdana,Tahoma,Dialog,Lucida-Sans,SansSerif,Sans-serif,Sans
168 font_size:                                 10
169 font_size_min:                             2
170 font_size_max:                             20
171 antialias_screen:                          yes
172 show_scale:                                yes
173 cladogram_type:                            ext_node_sum_dep
174 phylogeny_graphics_type:                   rectangular
175 node_label_direction:                      horizontal
176 show_default_node_shapes_internal:         no
177 show_default_node_shapes_external:         no
178 show_node_shapes_for_nodes_with_vis_data:  yes 
179 default_node_size:                         4
180 default_node_shape:                        rectangle
181 default_node_fill:                         solid
182 #graphics_export_x:                         595
183 #graphics_export_y:                         792
184 pdf_export_line_width:                     0.5
185 show_overview:                             yes
186 overview_width:                            120
187 overview_height:                           120
188 overview_placement_type:                   upper_left
189 color_labels_same_as_branch_length_values: no
190 display_sequence_relations:                no
191 show_domain_labels:                        yes
192 line_up_renderable_data:                   yes
193 right_align_domain_architectures:          no
194 show_seq_annotation_ref_sources:           yes
195 branch_length_value_digits:                3
196 confidence_value_digits:                   2
197 background_gradient:                       no
198 allow_editing:                             yes
199 allow_thick_strokes:                       no
200 ext_descendents_data_to_return_on:         window
201 ext_descendents_data_to_return:            user_selected
202 #label_for_get_ext_descendents_data:        Return_Node_Data         
203 #  NH/NHX/Nexus file parsing:
204 internal_labels_are_confidence_values:     no
205 replace_underscores_in_nh_parsing:         no
206 taxonomy_extraction_in_nh_parsing:         no
207 validate_against_phyloxml_xsd_schema:      true
208
209
210 #  Checkbox Display Selection
211 #  --------------------------
212 #  This is used to select which checkboxes to display
213 #  and what their initial values should be.
214 #  Format: 'name: display|nodisplay yes|no'
215 #  Note: if an option is not displayed, it will not be enabled
216 #
217 #  For the following use '?' to let Archaeopteryx decide (depending on tree):
218 #  - 'phylogram'
219 #  - 'write_confidence_values'
220 #  - 'write_events'
221
222 phylogram:                      display   ?
223 rollover:                       display   yes
224 color_according_to_sequence:    display   no
225 color_according_to_species:     display   no
226 color_according_to_annotation:  display   no
227 show_node_names:                display   yes
228 show_seq_names:                 display   yes
229 show_seq_symbols:               display   yes
230 show_seq_acc:                   display   no
231 show_gene_names:                display   yes
232 show_taxonomy_code:             display   yes
233 show_taxonomy_scientific_names: display   yes
234 show_taxonomy_common_names:     display   no
235 show_taxonomy_images:           display   no
236 show_annotations:               display   no
237 write_confidence_values:        display   ?
238 write_branch_length_values:     display   no
239 write_events:                   display   ?
240 use_visual_styles:              display   no
241 width_branches:                 display   no
242 show_domain_architectures:      display   no
243 show_msa:                       display   no
244 show_binary_characters:         display   no
245 show_binary_character_counts:   display   no
246 display_internal_data:          display   yes
247 dynamically_hide_data:          display   yes
248 show_relation_confidence:       display   no
249 show_properties:                display   no
250 show_vector_data:               display   no
251
252
253
254 #  Combo-box Display Selection
255 #  ---------------------------
256 #  Format: 'name: display/nodisplay'
257 click_to: display_node_data        display
258 click_to: collapse_uncollapse      display
259 click_to: reroot                   display
260 click_to: subtree                  display
261 click_to: swap                     display
262 click_to: sort_descendants         display
263 click_to: color_subtree            display
264 click_to: change_node_font         display
265 click_to: color_node_font          display
266 click_to: open_seq_web             display
267 click_to: open_pdb_web             display
268 click_to: open_tax_web             display
269 click_to: blast                    display
270 click_to: cut_subtree              display
271 click_to: copy_subtree             display
272 click_to: paste_subtree            display
273 click_to: delete                   display
274 click_to: add_new_node             display
275 click_to: edit_node_data           display
276 click_to: select_nodes             display
277 click_to: get_ext_descendents_data display
278
279 #   Default click-to option (any of the above if set to "display")
280 default_click_to: display_node_data
281
282
283
284 #  Default Tree Display Colors
285 #  ---------------------------
286
287 display_color: background                 0x000000
288 display_color: background_gradient_bottom 0x0000FF
289 display_color: sequence                   0xE6E6E6
290 display_color: taxonomy                   0xB4B4B4
291 display_color: confidence                 0xB4B4B4
292 display_color: branch_length              0x8C8C8C
293 display_color: branch                     0xFFFFFF
294 display_color: node_box                   0xFFFFFF
295 display_color: collapsed                  0xFFFFFF
296 display_color: matching_a                 0x00FF00
297 display_color: matching_b                 0xFF0000
298 display_color: matching_a_and_b           0xFFFF00
299 display_color: duplication                0xFF0000
300 display_color: speciation                 0x00FF00
301 display_color: duplication_or_specation   0xFFFF00
302 display_color: domain_label               0xE6E6E6
303 display_color: domain_base                0x646464
304 display_color: binary_domain_combinations 0x4169FF
305 display_color: annotation                 0xADFF2F
306 display_color: overview                   0x828282
307
308
309
310 #  GUI (graphical user interface) Colors
311 #  -------------------------------------
312 #
313 #  These are ignored if native (system) "look and feel"
314 #  is being used ('native_ui: yes').
315
316 gui_background_color:                 0x202020
317 gui_checkbox_text_color:              0xDCDCDC
318 gui_checkbox_and_button_active_color: 0xFF0000
319 gui_button_text_color:                0xFFFFFF
320 gui_button_background_color:          0x404040
321 gui_menu_background_color:            0x000000
322 gui_menu_text_color:                  0xFFFFFF
323 gui_button_border_color:              0x000000
324
325
326 #  Vector Data Display Colors and Sizes
327 #  ------------------------------------
328 vector_data_min_color:                0x0000FF
329 vector_data_max_color:                0xFFFF00
330 vector_data_mean_color:               0x000000
331 vector_data_width:                    120
332 vector_data_height:                   12
333
334
335 #  Settings Specific for Archaeopteryx Applets (E and A)
336 #  -----------------------------------------------------
337 #  To automatically midpoint reroot trees upon loading: 'midpoint_reroot: yes'
338
339 midpoint_reroot: yes
340
341
342
343 #  Settings Specific for ArchaeopteryxE Applets
344 #  --------------------------------------------
345 #  To hide controls and menus: 'hide_controls_and_menus: yes'
346 #  To use tabbed display     : 'use_tabbed_display: yes'
347
348 hide_controls_and_menus: no
349 use_tabbed_display:      yes
350
351
352
353 #  Settings For Phylogenetic Inference
354 #  -----------------------------------
355 #  EXPERIMENTAL: DO NOT USE!!
356
357 default_number_of_bootstrap_resamples: 100
358 mafft_local:                            /bin/mafft
359 fastme_local:                           /bin/fastme
360 raxml_local:                            /bin/raxml
361
362
363
364 #  Sequence colors
365 #  ---------------
366 #  Format: species_color: sequencename hexcolor
367 sequence_color: Tubulin-alpha        0xEE0000
368 sequence_color: Tubulin-beta         0x00EE00
369
370
371 #  Species colors
372 #  --------------
373 #  Format: species_color: speciesname hexcolor
374 species_color: BRAFL        0x00FFFF
375 species_color: SPHGR        0x9620F0
376 species_color: STRPU        0x9620F0
377 species_color: CIOIN        0xFF1CAE
378 species_color: CIOSA        0xFF2CAE
379 species_color: BOVIN        0x5C3317
380 species_color: CANFA        0x8B2323
381 species_color: HUMAN        0xFF2400
382 species_color: PANTR        0xCC2400
383 species_color: MOUSE        0xFF7F00
384 species_color: RAT          0xFFEF00
385 species_color: MONDO        0xEE9A49
386 species_color: ORNAN        0xCD853F
387 species_color: XENLA        0x6BAA23
388 species_color: XENTR        0x6BAA23
389 species_color: CHICK        0xFFC125
390 species_color: FUGRU        0x0000FF
391 species_color: BRARE        0x0000DD
392 species_color: DANRE        0x0000BB
393 species_color: TETNG        0x0000AA
394 species_color: ORYLA        0x000088
395 species_color: GASAC        0x000066
396 species_color: CAEEL        0x666699
397 species_color: CAEBR        0xB0B0B0
398 species_color: DROME        0x663366
399 species_color: DROPS        0x996699
400 species_color: APIME        0x7A7700
401 species_color: AEDAE        0x8C5900
402 species_color: TRICA        0x918E00
403 species_color: NEMVE        0x0066CC
404 species_color: HYDAT        0x3399FF
405 species_color: HYDVU        0x3399FF
406 species_color: LUBBA        0xF7B5CB
407 species_color: GEOCY        0xF5A0BD
408 species_color: AMPQE        0x009966
409 species_color: SUBDO        0xC790B9
410 species_color: MONBE        0xFC0FC0
411 species_color: DICPU        0xFFCC33
412 species_color: DICDI        0xFFCC00
413 species_color: ENTHI        0x5959AB
414 species_color: ARATH        0x00FF00
415 species_color: POPTR        0x006400
416 species_color: VITVI        0x00CD00
417 species_color: GLYMA        0x00FF7F
418 species_color: ORYSA        0x008B00
419 species_color: ORYSJ        0x008C00
420 species_color: SORBI        0x00EE76
421 species_color: SELMO        0x238E23
422 species_color: PHYPA        0x09F911
423 species_color: OSTLU        0x7FFF00
424 species_color: OSTTA        0x7FFF00
425 species_color: OSTRC        0x7FFF00
426 species_color: MICPU        0x66CD00
427 species_color: MIC99        0x66CD00
428 species_color: CHLRE        0xB3EE3A
429 species_color: VOLCA        0xC0FF3E
430 species_color: CHLSP        0x6B8E23
431 species_color: CYAME        0xD02090
432 species_color: YEAST        0xAAAAAA
433 species_color: BACFR        0xFF0000
434 species_color: BACTN        0xFFFF00
435 species_color: MYXXD        0x0000FF
436 species_color: STIAU        0x00FFFF
437 species_color: BACOV        0x8C5900
438 species_color: BACUN        0x66CD00
439 species_color: PORGI        0x918E00
440 # rank: Class
441 species_color: Mammalia       0xFF0000
442 species_color: mammals        0xFF0000
443 # rank: Phylum
444 species_color: Chordata       0x8470FF
445 species_color: Echinodermata  0x6495ED
446 species_color: Hemichordata   0x7EC0EE
447 species_color: Arthropoda     0x7AC5CD
448 species_color: Nematoda       0x7171C6
449 species_color: Tardigrada     0x388E8E
450 species_color: Annelida       0xC67171
451 species_color: Mollusca       0x00F5FF
452 species_color: Ctenophora     0xBBFFFF
453 species_color: Cnidaria       0xFF83FA
454 species_color: Placozoa       0xEED2EE
455 species_color: Porifera       0xFF3E96
456 species_color: Microsporidia  0x8B8378
457 species_color: Ascomycota     0xFF6347
458 species_color: Basidiomycota  0xFFD700
459 species_color: Chlorophyta    0x00C78C
460 species_color: Streptophyta   0x00C957
461 # rank: Kingdom
462 species_color: Viridiplantae  0x00FF00
463 species_color: plants         0x00FF00
464 species_color: Metazoa        0x0000FF
465 species_color: animals        0x0000FF
466 species_color: Fungi          0xFF9912
467 # rank: Superkingdom
468 species_color: Viruses        0xFFD700
469 species_color: Bacteria       0x00FF00
470 species_color: Archaea        0x0000FF
471 species_color: Eukaryota      0xFF0000
472 species_color: eukaryotes     0xFF0000
473
474
475
476 #  Domain colors
477 #  -------------
478 domain_color: Cofilin_ADF     0xFC0FC0
479 domain_color: TIR             0x900000
480 domain_color: NACHT           0x202020
481 domain_color: CARD            0xFF0000
482 domain_color: Peptidase_C14   0x00FF00
483 domain_color: Death           0x0000FF
484 domain_color: DED             0x00FFFF
485 domain_color: BIR             0xCCFF33
486 domain_color: PAAD_DAPIN      0x9999CC
487 domain_color: NB-ARC          0x500050
488 domain_color: WD40            0x888888
489 domain_color: RVT_1           0x999900
490 domain_color: CBM_48          0xFF0000
491 domain_color: Alpha-amylase   0x0000FF
492 domain_color: Alpha-amylase_C 0x0080FF
493 domain_color: CBM_48          0xFF0000
494 domain_color: Alpha-amylase   0x0000FF
495 domain_color: Alpha-amylase_C 0x0080FF
496 domain_color: GDE_N           0x009000
497 domain_color: GDE_C           0x00FF00
498 domain_color: hGDE_N          0x990099
499 domain_color: GDE_N_bis       0x007000
500 domain_color: hGDE_central    0xFF8000
501 domain_color: hGDE_amylase    0x0000EE
502 domain_color: hDGE_amylase    0x0000EE
503
504
505
506 #  Annotation colors
507 #  -----------------
508 annotation_color: dehydrogenase 0x0000FF
509 annotation_color: kinase        0xFF00FF
510 annotation_color: protease      0x009900
511 annotation_color: transcription 0xAAAA00
512
513
514 # END