Changes between Initial Version and Version 1 of Ticket #787


Ignore:
Timestamp:
Jul 6, 2018, 3:42:18 PM (7 years ago)
Author:
westram
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #787 – Description

    initial v1  
     1== Problem: ==
     2
    13To create such comments call
    24 * {{{Tree/Compare topology..}}} in NTREE
    3 That will generate node-comments like "# 1" and "# 26".
     5That will generate node-comments like {{{# 1}}} and {{{# 26}}}.
    46
    57Exporting such a tree leads to various names for inner nodes, e.g.
     
    911
    1012When 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
    1122----
    1223Releated to #767