Kent Shefchek

Results 77 comments of Kent Shefchek

See related/overlapping https://github.com/biolink/biolink-api/issues/346 https://github.com/biolink/biolink-api/issues/353

bumping this ticket, we need a tsv serializer for the mart service or for all association endpoints

the code is still there but was refactored in https://github.com/biolink/biolink-api/commit/34be1d735d01ea7d11a91f578d363070c5bf7b30

In the short term I think the only option is /cypher/execute until someone finishes https://github.com/SciGraph/SciGraph/pull/238

@deepakunni3 it might not be too much work, I keep meaning to take a closer look. @cmungall do we aim to support complex owl restrictions, such as http://compbio.charite.de/hpoweb/showterm?id=HP:0012792? I'm not...

bump, @realmarcin was asking about this today. See also https://github.com/biolink/biolink-api/issues/115

theres a large reduction in logs after changing werkzeug 0.16.1 (or perhaps from another dep being upgraded)

I have my search and autocomplete PR up on a temporary server if you're interested in testing if it fixes your issues, https://github.com/biolink/biolink-api/pull/148 https://github.com/biolink/ontobio/pull/152 temp server: https://owlsim.monarchinitiative.org/api/#!/search/get_search_entities This is now...

The rows param on production seems okay: https://api.monarchinitiative.org/api/search/entity/diabetes?category=gene&start=1&rows=1 Returns 1 row https://api.monarchinitiative.org/api/search/entity/diabetes?category=gene&start=1&rows=20 Returns 20 rows Also to get the first result start should be 0, I have made this the...