Opened 6 years ago
Last modified 2 years 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 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:
- exporter: save non-numeric comments prefixed with '#'
- importer: interpret group names starting with '#' as node-comment
See also https://evolution.genetics.washington.edu/phylip/newick_doc.html
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 2 years ago by westram
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.