Dylan Welzel

Results 6 comments of Dylan Welzel

`obonet` [v1.0.0](https://pypi.org/project/obonet/#history) still does not correctly parse the `def` field. The local fix will stay but I've updated the `obonet` version to `v1.0.0` in the requirements.

I have 2 comparisons for you here, the first one is the same record you linked above and another for different values. Comparison for https://mychem.info/v1/query?q=bromazin&fields=pharmgkb ``` { "_id": "PA164760854", "pharmgkb":...

Commit https://github.com/biothings/mychem.info/commit/1ee8c290c2e7253c8e2229eba034fd7aea49c8ed fixes this issue, pending a new release.

I came across this example here: https://mychem.info/v1/chem/AVKUERGKIZMTKX-NJBDSQKTSA-N?fields=pharmgkb.brand_mixtures. ``` Synergistin Injectable Suspension (Ampicillin + Sulbactam (Sulbactam Benzathine)) ``` How would we want this parsed into an object? Some possible options: ```...

80c7683cb4b83b1ca5c30c5bcdeb011fab6bbc17 fix is live with the updated changes, example: https://mychem.info/v1/query?q=bromazin&fields=pharmgkb ``` "brand_mixtures": { "brand_name": "Ambenyl Cough Syrup", "mixture": [ "Ammonium Chloride", "Bromodiphenhydramine Hydrochloride", "Codeine Phosphate", "Diphenhydramine Hydrochloride", "Potassium Guaiacol Sulphonate"...

Google sheet with fields to keep vs drop and example values: https://docs.google.com/spreadsheets/d/1F1BIZ-hGyzLvBCR5AWU5b9DUxgPGqbomwbb95kRrYCg/edit?usp=sharing