You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## NodeJStest code:
varbbop=require('bbop').bbop;varamigo=require('amigo2').amigo;varserver_meta=newamigo.data.server();vargloc=server_meta.golr_base();vargconf=newbbop.golr.conf(amigo.data.golr);varg=null;vard=null;functioncallback(response){console.log('Returned value placed in [data].');d=response.get_doc(0);g=newbbop.model.graph();g.load_json(JSON.parse(d.topology_graph_json));}vargo=newbbop.golr.manager.nodejs(gloc,gconf);go.register('search','s',callback);go.set_query('id:"GO:0065007"');go.search();
Has 7233 direct children. This just takes a lot of times. Chris sez likely a rogue traversal that needs to be addressed in the usual OWLTools graph code.
The text was updated successfully, but these errors were encountered:
Has 7233 direct children. This just takes a lot of times. Chris sez likely a rogue traversal that needs to be addressed in the usual OWLTools graph code.
The text was updated successfully, but these errors were encountered: