-
In trying to re-create the [bioschemas:Taxon class](https://bioschemas.org/types/Taxon/0.3-RELEASE-2019_11_18/), the [schema editor-created class](https://github.com/gtsueng/DDE_bioschemas/blob/main/b…
-
This issue doesn't cause queries to BTE to fail a query, but does cause caching to fail for a given query.
Some queries in the call-apis level return `undefined` results, which caching is not able …
-
When I try to start up the hub on my local computer with the latest code changes, I see this error, caused by https://github.com/biothings/biothings.api/blob/master/biothings/hub/api/manager.py#L88:
…
-
We still have a few remaining places using `boto` to access AWS s3 buckets:
https://github.com/biothings/biothings.api/blob/621887f04aae13c3a775aea9aa7daacb92ae7ef0/biothings/utils/aws.py#L6
and…
-
For now, just to put some notes here for feedbacks from the team.
How about this:
* Only enable automated smartapi sync (as a schedule job) when `NODE_ENV=production` (therefore only enabled for…
-
for this query (from https://github.com/NCATSTranslator/minihackathons/issues/231):
```
{
"edges": {
"e00": {
"object": "n01",
"subject": "n00"
},
"e01": {
"ob…
-
Infores:diseases is not in the infores list. I think this represents the biothings-diseases endpoint? (In infores, we called that infores:biothings-diseases).
Feedback welcome: https://docs.google…
-
Runtime plugins have two names, the name in the config file and the name in the plugin class. For example, the current Biothings plugin in the plugin store has this config:
```json
{
"name": "Bio…
-
### Problem
**BTE currently returns a lot of redundant items in the Results array of the TRAPI response.**
This is related to how BTE handles edges. @andrewsu and I are currently discussing the…
-
```
{
"message": {
"query_graph": {
"nodes": {
"a": {
"category": "biolink:Disease",
"id": "MESH:D015464"
…