source: branches/profile/HELP_SOURCE/oldhelp/sp_info.hlp

Last change on this file was 11284, checked in by westram, 12 years ago
  • removed the possibility to separately perform
    • removal of unused and
    • registration of unregistered fields.
  • 'Refresh fields' does "both" (see #306)
  • deleted obsolete helpfile
  • updated help
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.7 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      arb_ntree.hlp
5UP      arb_edit4.hlp
6UP      mode_info.hlp
7UP      security.hlp
8UP      sp_search.hlp
9UP      Protection.hlp
10
11#Please insert subtopic references  (line starts with keyword SUB)
12SUB     spaf_reorder.hlp
13SUB     spaf_delete.hlp
14SUB     spaf_create.hlp
15SUB     spa_delete.hlp
16SUB     spa_rename.hlp
17SUB     spa_copy.hlp
18SUB     spa_create.hlp
19SUB     sp_sp_2_ext.hlp
20SUB     scandb.hlp
21
22
23# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
24
25#************* Title of helpfile !! and start of real helpfile ********
26TITLE           SPECIES INFORMATION
27
28OCCURRENCE      ARB_NT/<INFO> button (top area; showing the short name of the selected species)
29                ARB_NT/Species/Species Information
30                ARB_NT/Species/Search (click into result list)
31                ARB_NT/Info mode button (in the button bar on the left side)
32
33DESCRIPTION     Displays species information stored within the 'fields' (see
34                LINK{glossary.hlp}).
35
36                The particular 'species' (see LINK{glossary.hlp})
37                can be 'marked' or 'unmarked' (see LINK{glossary.hlp})
38                by pressing the checkbox after the 'Marked?' prompt.
39
40                Editing of 'field' entries is enabled or prevented by
41                pressing the 'Edit enabled?' checkbox.
42
43                The entries of a 'field' are modified by choosing it from
44                the 'DATABASE FIELDS' subwindow and modifying the entries
45                displayed in the 'Edit box' subwindow.
46
47NOTES           The 'SEARCH & QUERY' window can be displayed by pressing the <SEARCH>
48                button.
49
50                For modification of 'field' entries, a protection level
51                has to be selected from the Protection menu of the main
52                window (ARB_NT/Protection) equal to or higher than that
53                assigned to the selected 'field'
54
55                Cut and paste of the window system can be used in the 'Edit
56                box' subwindow. This provides is an easy way to export/import
57                sequences.
58                Use the left mouse button to mark (cut is done automatically).
59                Then use the middle mouse button to paste.
60
61SECTION         Locking information window to a specific species
62
63                When you open this window it will always show the information of
64                the currently selected species. That means if you select another species (in
65                the tree or in the editor) this window will follow your selection and display
66                the information of the newly selected species.
67
68                By pressing the 'New window...' button you will open a second information
69                window which will be LOCKED TO the currently selected species.
70                That second information window will NOT FOLLOW the selected species (as the
71                primary information window does). Instead of the 'New window...' button, it
72                shows an 'Update' button. Pressing the 'Update' button will change the
73                displayed species to the species currently selected.
74
75                You can distinguish the two types of information windows by their window
76                title: the LOCKED infowindow contains the name of the LOCKED species, the
77                "normal" infowindow is entitled 'Species Information'.
78
79
80SECTION         STANDARD ENTRIES
81
82                The following database entries have a special meaning in ARB:
83
84                name            unique species ID (generated by ARB)
85                full_name       full species name (generated by the user)
86                acc             Accession number (automatically generated by ARB if missing)
87
88                Entries relevant for DNA->AminoAcid encoding:
89
90                codon_start     contains the base inside the gene at which the
91                                first codon starts (valid: 1,2,3)
92                                if this entry is missing 1 is assumed
93                transl_table    the number of the translation table to be used
94                                (1 = Standard, ...)
95
96                Commonly used database entries (e.g. by import/export):
97
98                entry           EMBL           Genebank
99
100                author          RA             REFERENCE/AUTHORS
101                title           RT             REFERENCE/TITLE
102                journal         RL             REFERENCE/JOURNAL
103                refgrp          RG             REFERENCE/CONSRTM
104                pubmed_id       RX PUBMED      REFERENCE/PUBMED
105                medline_id      RX MEDLINE     REFERENCE/PUBMED
106                version         SV             VERSION
107                keywd           KW             KEYWORDS
108                tax             OC             ORGANISM
109                comment         CC             COMMENT
110
111                description     DE
112                auth_comm       RC
113                nuc_rp          RP
114                db_xref         DR
115                date            DT
116                organelle       OG
117                definition                     DEFINITION
118
119EXAMPLES        Update the 'full_name' 'Pseudomonas cepacia' to 'Comamonas
120                cepacia':
121                        Select FIELDS:  'full_name'
122                        Move cursor into the 'Edit box' subwindow
123                        Delete:         'Pseudomonas'
124                        Type:           'Comamonas'
125
126WARNINGS        It is recommended to reset the protection level after
127                modifying entries to prevent unintentional modification
128                or loss of data.
129
130BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.