-
From the Translator minihackathon today: it would be great if we could scrape the infores fields for results returned. Specifically, the `value` of the `biolink:InformationResource` attribute type id.…
-
For the query:
```
add_qnode(key=n0,id=DRUGBANK:DB01255,category=biolink:ChemicalSubstance)
add_qnode(key=n1,id=HGNC:6284,category=biolink:Gene)
add_qedge(key=e0,subject=n0,object=n1)
resultify(i…
-
Release/tag `1.2.0` doesn't seem to be associated with any branch, let alone master
If I specifically checkout the `1.2.0` tagged commit, everything looks fine
```
(base) ibi-admin-017:medicati…
-
https://arax.ncats.io/?source=ARS&id=7e23ddd1-ab6a-46c3-a67e-86f0ebff196b
ROHBTB2-entity_neg_reg_entity-Gene
![image](https://user-images.githubusercontent.com/83781286/125824811-f4b8e94f-a711-4…
-
The `upgrade_version.yml` action taken from from `hjwilli/medication-knowledgegraph-pipeline` saves the latest release tag into `app.yml` in the root of this repo.
I have been including
`**/*.yaml…
-
https://arax.ncats.io/?source=ARS&id=84fc74fb-03d9-4fec-a2f4-6293955bb2b0
ROHBTB2-neg_reg_entity_to_entity-Gene
![image](https://user-images.githubusercontent.com/83781286/125837120-1cb6e1ab-670…
-
For this DSL:
```
add_qnode(key=N0,id=MONDO:0005301,category=biolink:Disease)
add_qnode(key=N1,id=MONDO:0017611,category=biolink:Disease)
add_qedge(key=E0,subject=N0,object=N1)
expand(kp=BTE)
re…
-
The `filter_kg_and_remap_predicates.py` script, on encountering an edge with a "subclass_of" type and where subject and object node IDs are identical, should print a warning to stderr *indicating the …
-
I'm trying to report exactly what is wrong. I'm running this successfully:
```
try:
validate_Message(envelope['message'])
except ValidationError:
raise ValueError('Bad Rea…
-
ICEES has dropped the requirement for an API key, and I believe the ICEES KP has expanded beyond the limited asthma data in previous iterations. We should look at incorporating it as a knowledge sour…