Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select functions not working #3

Open
kyleupton opened this issue Jul 25, 2016 · 1 comment
Open

select functions not working #3

kyleupton opened this issue Jul 25, 2016 · 1 comment

Comments

@kyleupton
Copy link

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
Copy link
Owner

Will upload a new version that fixes these issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants