figtree icon indicating copy to clipboard operation
figtree copied to clipboard

newick exportation does not reflect manual rotations

Open GoogleCodeExporter opened this issue 11 years ago • 2 comments

The newick exportation feature seems not to respect rotations that were 
manually imposed within the program.
For example, in the attached dummy files, a.nexus and b.nexus differ by a 
rotation.
But when I do the following for each: file… export trees… format = 
newick… save as currently displayed = checked,
the resulting newick outputs (a.nwk & b.nwk) are identical. That is, b.nwk does 
not reflect the rotation.

Original issue reported on code.google.com by [email protected] on 27 Aug 2014 at 7:08

GoogleCodeExporter avatar Mar 15 '15 10:03 GoogleCodeExporter

The same is true for manually rooting the tree. Saving a re-rooted tree and then opening it again shows the original tree again.

The nexus file contains:

set trees.rooting=true;
set trees.rootingType="User Selection";

but it does not seem to contain a notion of the branch being used for rooting.

lczech avatar Jan 26 '16 12:01 lczech