husonlab / dendroscope3

Dendroscope program for analyzing and visualizing rooted phylogenetic trees and networks
GNU General Public License v3.0
42 stars 5 forks source link

select functions not working #3

Open kyleupton opened 8 years ago

kyleupton commented 8 years ago

When using the select commands in the command input window, some of the commands listed in the manual are not working.

Message as follows: Executing: select edges=all; Command usage: select edges={all|none|long|short} [threshold=]; - Select edges Caught: java.io.IOException: Line 1: any of 'all none short long' expected at jloda.util.parse.NexusStreamParser.matchAnyTokenIgnoreCase(Unknown Source) at dendroscope.commands.select.SelectEdgesCommand.apply(Unknown Source) at jloda.gui.commands.CommandManager.execute(Unknown Source) at jloda.gui.commands.CommandManager.execute(Unknown Source) at dendroscope.core.Director$2.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

Executing: select nonterminal; Failed to parse command: 'select' Failed to parse command: 'nonterminal'

husonlab commented 7 years ago

Will upload a new version that fixes these issues