Changes between Initial Version and Version 1 of Ticket #787
- Timestamp:
- Jul 6, 2018, 3:42:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #787 – Description
initial v1 1 == Problem: == 2 1 3 To create such comments call 2 4 * {{{Tree/Compare topology..}}} in NTREE 3 That will generate node-comments like "# 1" and "# 26".5 That will generate node-comments like {{{# 1}}} and {{{# 26}}}. 4 6 5 7 Exporting such a tree leads to various names for inner nodes, e.g. … … 9 11 10 12 When loading such a treefile, arb imports each of them as group. 13 14 ---- 15 16 == Possible solution: == 17 18 * tree exporter: save non-numeric comments prefixed with '#' 19 * tree importer: interpret group names starting with '#' as node-comment 20 21 11 22 ---- 12 23 Releated to #767