-
I tried to replace the following line of code
```
while (row := koza_app.get_row()) is not None:
xyz
```
with
```
koza_app = get_koza_app("go_annotation")
def row_gen(): while True:
…
-
https://github.com/monarch-initiative/koza/blob/c08b69bce43b339002e19b13ee7e987a1d715faf/src/koza/model/curie_cleaner.py#L6
@kevinschaper may have more insight
-
We've had requests from users for gene matching functionality from the Monarch MME endpoint. They've said this is the most important functionality for them to assess model organism and known disease d…
buske updated
8 years ago
-
**Mondo term (ID Label)**
MONDO_0015541 (hereditary hemophagocytic lymphohistiocytosis)
and many other terms
**Bug/Typo/Error description**
The exact synonyms that are supposed to be Orpha:15803…
-
We need to make sure that OMIM is the authoritative source of ID mappings for omim genes. I think this will help to fix the issues where external sites will often link an omim disease with a gene.
t…
-
I used to work on a similar plugin, [HTML Editor Syntax Highlighter](https://github.com/mukhortov/HESH-WordPress-Plugin), but have since not had time to continue development.
I planned on switching…
-
https://medium.com/geekculture/understanding-monarch-googles-planet-scale-monitoring-system-60e59b63ac0c
-
TOML now being in version [1.0.0](https://toml.io/en/v1.0.0) is a good candidate for a build-in language support as it is slowly starting to gain more popularity.
I have my own implementation, but …
-
### Summary:
When using Dynamoose to create tables in Dynamo that include LSIs, Dynamoose can sometimes incorrectly try to create the LSI using the specificed hash key as both the hash and range …
-
As we increase the quality of our metadata in ontologies such as Uberon, Mondo and OBA, we would like to make it easily possible for users to not only query the API for associations, but also some bas…