Opened 7 years ago
Last modified 2 years ago
#767 new defect
tree importer fails to handle numeric group-names
Reported by: | westram | Owned by: | devel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Import / Export | Version: | SVN |
Keywords: | tree group bootstrap | Cc: |
Description (last modified by westram)
Reproduce :
- load demo.arb
- rename group 'test' into '12345'
- export to file
- import saved file again
Result:
- group '12345' gets interpreted as bootstrap (group disappears; bootstrap appears)
- a bootstrap scale-warning appears
Todo:
- Check whether extended newick format as used by arb is capable
- to represent numeric group-names
- to distinguish them from bootstrap values
- Otherwise avoid numeric group-names or modify them during save (e.g. prefix by '_' and warn?)
Change History (3)
comment:1 Changed 7 years ago by westram
comment:2 Changed 6 years ago by westram
- Description modified (diff)
comment:3 Changed 2 years ago by westram
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Since [17037] arb warns about numeric group names.