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

Page load/timeout issues around some terms like "biological regulation" #81

Open
kltm opened this issue Mar 17, 2014 · 0 comments
Open

Comments

@kltm
Copy link
Member

kltm commented Mar 17, 2014

    ## NodeJS test code:
    var bbop = require('bbop').bbop;
    var amigo = require('amigo2').amigo;
    var server_meta = new amigo.data.server();
    var gloc = server_meta.golr_base();
    var gconf = new bbop.golr.conf(amigo.data.golr);
    var g = null;
    var d = null;
    function callback(response){
      console.log('Returned value placed in [data].');
      d = response.get_doc(0);
      g = new bbop.model.graph();
      g.load_json(JSON.parse(d.topology_graph_json));
    }
    var go = new bbop.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.

@kltm kltm added this to the 2.3 milestone May 15, 2014
@kltm kltm modified the milestones: 2.3, 2.4 Aug 26, 2015
@kltm kltm modified the milestones: 2.4, 2.5 Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant