kbphoton / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

BEAUTI fails to unlink trees #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Import 4 alignments (with some name duplications)
select middle 2. Press Unlink trees.
Nothing happens

Original issue reported on code.google.com by jhe...@gmail.com on 27 Jul 2010 at 2:50

GoogleCodeExporter commented 9 years ago
Very lame, the user never sees this message, which I totally fail to grok

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: To 
allow different taxa, each taxa has to have a tree model !
    at dr.app.beauti.datapanel.DataPanel.linkTrees(DataPanel.java:552)
    at dr.app.beauti.datapanel.DataPanel$LinkTreesAction.actionPerformed(DataPanel.java:787)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:5517)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
    at java.awt.Component.processEvent(Component.java:5282)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3984)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1791)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Original comment by jhe...@gmail.com on 27 Jul 2010 at 3:04

GoogleCodeExporter commented 9 years ago
cannot replicate in trunk

Original comment by dong.w.xie@gmail.com on 5 Aug 2010 at 4:27

GoogleCodeExporter commented 9 years ago
You have to load two trees with diffrent taxa

Original comment by jhe...@gmail.com on 5 Aug 2010 at 4:30