monarch-initiative / pyphetools

Python Phenopacket Tools
https://monarch-initiative.github.io/pyphetools/
MIT License
10 stars 1 forks source link

Found a bug with unknown sex, this should fix it #17

Closed lnrekerle closed 1 year ago

lnrekerle commented 1 year ago

While working on creating phenopackets, I noticed that I was getting errors with both unknown and other sex symbols. After digging, I found that they should be "UNKNOWN_SEX" and "OTHER_SEX" rather than just "UNKNOWN" and "OTHER".

Source: Phenopacket Docs