source: branches/lib/HELP_SOURCE/source/genes.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1015 bytes
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4UP      species.hlp
5
6#       sub topics:
7SUB     mark_genes.hlp
8SUB     selected_gene.hlp
9SUB     gene_species.hlp
10SUB     organisms.hlp
11
12# format described in ../help.readme
13
14
15TITLE           What are Genes?
16
17DESCRIPTION     One gene is one database entry containing subentries which
18                describe the gene. Every gene belongs to a specific
19                organism, but one organism may have many genes.
20
21                Main (reserved) entries of a gene:
22
23                     name, pos_begin, pos_end, complement,
24                     pos_joined, pos_begin1, pos_end1, pos_begin2, pos_end2, ...
25                     pos_uncertain,
26                     codon_start, transl_table
27
28                See LINK{gene_info.hlp} for details about these fields.
29
30NOTE            The main-sequence of a organism(species) is stored in the
31                alignment 'ali_genom'. You should not change this alignment.
32
33WARNINGS        The alignment 'ali_genom' should NOT contain any gaps!!!!
34
35BUGS            No known bugs
36
Note: See TracBrowser for help on using the repository browser.