Writes a tree to file in Newick format
Press the 'EXPORT' button to display the 'TREE SAVE' window.
Select a tree file from the 'Directories and Files' subwindow or type the file name to the 'FILE NAME' subwindow.
NEWICK TREE FORMAT
Nodetype
Species ID
This is the traditional format using species IDs as leaf names.
NDS
This uses the current NDS tree settings as leaf names, i.e. this mode can be used for EXPORT ONLY! (until #774 gets implemented).
The "truncated" NDS mode respects the WIDTH entry in ´Node Display Setup (NDS)´, as done by the arb tree display. This was the hardcoded behavior until arb-7.0.
The newer "untruncated" NDS mode ignores the WIDTH field and always exports complete field contents.
Group names are now as well generated via NDS in NDS mode. To export plain group names, use a group NDS with WIDTH=0 and ACI='taxonomy(1)' (which is the current default).
Label quoting
choose whether and how to quote names for leafs and/or groups. Quoting names may be necessary to ensure other software is able to read the generated tree files.
Replace problem chars
if checked, problematic characters in labels will be replaced (currently "()[]:;," plus used quote, if any).
Save group names
if marked, groupnames (taxonomy) are written to the tree file.
Save branch lengths
if marked, branchlengths are written to the tree file.
Save bootstraps
if marked, bootstraps are written to the tree file.
ARB_XML TREE FORMAT
Simple XML Format (export only; experimental)
Hide folded groups
If checked, folded groups will be exported as terminal node. Otherwise group contents will be written into tree file.
|