Opened 6 years ago

Last modified 22 months ago

#787 new defect

tree export/import cannot handle node-comment which are no bootstraps

Reported by: westram Owned by: devel
Priority: major Milestone:
Component: Libraries (multi) Version: SVN
Keywords: tree bootstrap group newick Cc:

Description (last modified by westram)

Problem:

To create such comments call

  • Tree/Compare topology.. in NTREE

That will generate node-comments like # 1 and # 26.

Exporting such a tree leads to various names for inner nodes, e.g.

  • groupname
  • '# comment:groupname'
  • '# comment'

When loading such a treefile, arb imports each of them as group.


Possible solution:

  • tree exporter: save non-numeric comments prefixed with '#'
  • tree importer: interpret group names starting with '#' as node-comment

See also https://evolution.genetics.washington.edu/phylip/newick_doc.html


Related to #767, #838, #845

Change History (3)

comment:1 Changed 6 years ago by westram

  • Description modified (diff)

comment:2 Changed 3 years ago by westram

  • Description modified (diff)
  • Keywords newick added

comment:3 Changed 22 months ago by westram

  • Description modified (diff)
Note: See TracTickets for help on using tickets.