ncats / RDAS

5 stars 7 forks source link

Add one-time script to fix null bool properties, fix update-neo4j.py #24

Closed brandon-gong closed 2 years ago

brandon-gong commented 2 years ago

This PR addresses #11. It fixes the issue where for the three boolean properties pubmed_evidence, omim_evidence, refInOMIM, instead of false, Article nodes will have null.

It consists of two changed files:

Again, I would like to test this on the full database if possible before merging to main. The update-neo4j.py script has already been tested.