husonlab / splitstree6

SplitsTree App
GNU General Public License v3.0
85 stars 5 forks source link

Exporting tanglegram order #33

Open hyanwong opened 4 weeks ago

hyanwong commented 4 weeks ago

Is it possible to programmatically export order of taxa on the left and right of a tanglegram. I assumed that "Export -> Taxon Display Labels..." would do it, but the ~legalese~labels seem not to be exported in the same order shown in the plotted tanglegram?

Previously I used the "dendroscope" java program and specified the following simple CLI commands:

open file='newick_in.nwk';
compute tanglegram method=nnet
save format=newick file='newick_out.nwk'
quit;
husonlab commented 3 weeks ago

In SplitsTree, the reordering of the taxa for a tanglegram is computed in the Tanglegram View block. I have put this on my list of features to implement in the near future.