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

Re-collapse gives error #105

Open
risserlin opened this issue Jul 26, 2017 · 0 comments
Open

Re-collapse gives error #105

risserlin opened this issue Jul 26, 2017 · 0 comments
Labels

Comments

@risserlin
Copy link

Annotate EM
Collapse all
Expand individual collapsed node with double click
Double click on one node in cluster to re-collapse it.

Get the following error:
screen shot 2017-07-26 at 1 10 18 pm

Happens for every collapsed node in the network.

java.lang.IllegalArgumentException: source node is not a member of this network
at org.cytoscape.model.internal.SimpleNetwork.addEdgeInternal(SimpleNetwork.java:305)
at org.cytoscape.model.internal.CyRootNetworkImpl.addEdge(CyRootNetworkImpl.java:374)
at org.cytoscape.group.internal.CyGroupImpl.createMetaEdge(CyGroupImpl.java:1245)
at org.cytoscape.group.internal.CyGroupImpl.collapse(CyGroupImpl.java:620)
at org.cytoscape.group.internal.view.GroupViewDoubleClickListener$CollapseGroupTask.run(GroupViewDoubleClickListener.java:196)
at org.cytoscape.work.internal.task.JDialogTaskManager$TaskRunnable.innerRun(JDialogTaskManager.java:326)
at org.cytoscape.work.internal.task.JDialogTaskManager$TaskRunnable.run(JDialogTaskManager.java:355)
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)

@risserlin risserlin added the bug label Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant