source: branches/stable/HELP_SOURCE/oldhelp/tr_export.hlp

Last change on this file was 17110, checked in by westram, 7 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      treeadm.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7#SUB    subtopic.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           Export tree to file
13
14OCCURRENCE      ARB_NT/Tree admin/Export
15
16DESCRIPTION     Writes a tree to file in Newick format
17
18                Press the 'EXPORT' button to display the 'TREE SAVE' window.
19
20                Select a tree file from the 'Directories and Files' subwindow or
21                type the file name to the 'FILE NAME' subwindow.
22
23        NEWICK TREE FORMAT
24
25               Nodetype
26
27                      Species ID
28
29                              This is the traditional format using species IDs as leaf names.
30
31                      NDS
32
33                              (Export only!) This uses the current NDS tree settings as leaf names.
34
35               Save branch lengths
36
37                    if marked, branchlengths are written to the tree file.
38
39               Save bootstraps
40
41                    if marked, bootstraps are written to the tree file.
42
43               Save groupnames
44
45                    if marked, groupnames (taxonomy) are written to the tree file.
46
47               Name quoting
48
49                    choose whether and how to quote names for leafs and/or groups.
50                    Quoting names may be necessary to ensure other software is able
51                    to read the generated tree files.
52
53               Replace problem chars
54
55                    if checked, problematic characters in names will be replaced (currently "()[]:;," plus
56                    used quote, if any)
57
58        ARB_XML TREE FORMAT
59
60                Simple XML Format (can't load yet)
61
62                Hide folded groups
63
64                     If checked, folded groups will be exported as terminal node. Otherwise
65                     group contents will be written into tree file.
66
67
68NOTES           If you select both 'Save groupnames' and 'Save bootstraps', other programs may be
69                unable to load the tree or at least unable to interpret the bootstrap values correctly.
70
71                If a suffix is displayed in or typed to the 'SUFFIX' subwindow,
72                only the corresponding file names will be displayed.
73                The suffix is automatically appended to the file name typed
74                to the 'FILE NAME' subwindow.
75
76                The different export types cause the suffix to change:
77
78                    - '.tree' for normal newick
79                    - '.ntree' for newick using NDS
80                    - '.xml' for xml
81
82SECTION         Keeled groups
83
84                ARB will refuse to store LINK{keeled_groups.hlp} into a newick file.
85
86                To work around that restriction either
87                  - uncheck 'Save group names' or
88                  - read about howto fix keeled groups.
89
90WARNINGS        Tree data written with the 'NDS' option cannot be
91                reimported to the database without data loss!
92
93                It's possible to reload such a tree, but it's leafs
94                will not be linked to the correct species.
95
96BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.