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

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