Opened 7 years ago

Last modified 23 months 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 bug:

  • load demo.arb
  • rename group 'test' into '12345'
  • export tree 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 tree 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?)

Related #787, #845

Change History (3)

comment:1 Changed 6 years ago by westram

Since [17037] arb warns about numeric group names.

comment:2 Changed 6 years ago by westram

  • Description modified (diff)

comment:3 Changed 23 months ago by westram

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