husonlab / splitstree6

SplitsTree App
GNU General Public License v3.0
98 stars 6 forks source link

Exporting tanglegram order #33

Open hyanwong opened 2 months ago

hyanwong commented 2 months 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 2 months 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.