RBVI / stringApp

Cytoscape interface to STRING and STITCH
BSD 2-Clause "Simplified" License
10 stars 11 forks source link

Cross-species query shows up on top of the menu despite not being used last #42

Closed scaramonche closed 11 months ago

scaramonche commented 1 year ago

It is not clear why that happens, but very often (not always?), the cross-species query is on top of the menu for network searches after restarting Cytoscape, despite it not being the last one to use. I think we tried to change the order in which the factories are registered, but that did not make a difference. Maybe it is some timing issue?

scaramonche commented 1 year ago

I changed the order in which the search factories get registered in StringManager and at least for me this improves the behavior. I know you tried something like this in Lyon, but was it the order of the Task factories in CyActivator that you tested and not the search (web service) factories?