source: tags/ms_r17q3/lib/arb_default/edit4.arb

Last change on this file was 8623, checked in by westram, 12 years ago

merge from e4fix [8376] [8377] [8378] [8379] [8380] [8386] [8387] [8388] [8389]

  • do not save AWARs which have default values
    • motivation: edit4-props saved after [8362] did not load with older versions
    • pros:
      • if the user did not change the default, changing the default in code will propagate to the user
    • cons:
      • AWARs used by multiple applications will trigger in non-saving application, when the database containing the awar is saved
        • only happens once if AWAR was previously stored with default-value
        • the most obvious ones were those edit4-search-strings linked to ntree (primer, probe, gene). disarmed them by setting the default to NULL
  • always generate definitions of SAI color translation tables (since default no longer saved)
    • drawback: when user deletes a default color translation table, it will re-appear after restart
  • allow experts to save fast-aligner protection to properties
  • deliver errors exported by awar callbacks (when triggered by widget change)
  • sequence color mapping
    • translate stored old default ('=0') to new default ('') on awar creation
    • removed code talking to AWARs via ARBDB interface - just use AWARs straightforward
  • ignore request_refresh_for_sequence_terminals when there is no hierarchy yet (now triggered by seq colors)
  • lib/arb_default/edit4.arb
    • removed default values (where code defaulted to same value)
    • changed some defaults
      • aligner (explicit, but empty ref)
      • helix setting (stolen from WL)
  • lib/arb_default/ntree.arb
    • removed all values
      • equal to default value
      • obsolete entries (former awar names)
      • entries that are now stored in main DB
  • removed unused AWARS (AWTC_create_rename_awars)
  • default for AWAR_TREE now "" everywhere
  • removed unused AISC variable
  • renamed edit direction related variables/awars
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 762 bytes
Line 
1/*ARBDB ASCII*/
2window                  %% (%
3        font                    "7x13bold"
4        background              "#F0F0F0"
5        %) /*window*/
6
7key_mapping             %% (%
8        key_0                   %% (%
9                source                  "h"
10                dest                    "C"
11                %) /*key_0*/
12
13        key_1                   %% (%
14                source                  "b"
15                dest                    "A"
16                %) /*key_1*/
17
18        key_2                   %% (%
19                source                  "j"
20                dest                    "G"
21                %) /*key_2*/
22
23        key_3                   %% (%
24                source                  "l"
25                dest                    "U"
26                %) /*key_3*/
27
28        key_5                   %% (%
29                source                  "H"
30                dest                    "c"
31                %) /*key_5*/
32
33        key_6                   %% (%
34                source                  "B"
35                dest                    "a"
36                %) /*key_6*/
37
38        key_7                   %% (%
39                source                  "J"
40                dest                    "g"
41                %) /*key_7*/
42
43        key_8                   %% (%
44                source                  "L"
45                dest                    "u"
46                %) /*key_8*/
47
48        key_9                   %% (%
49                source                  "N"
50                dest                    "n"
51                %) /*key_9*/
52
53        key_10                  %% (%
54                source                  "n"
55                dest                    "N"
56                %) /*key_10*/
57
58        %) /*key_mapping*/
59
60gde                     %% (%
61        compress                %i 1
62        %) /*gde*/
63
Note: See TracBrowser for help on using the repository browser.