You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions from @ahwagner below - we want to better automate this to have a workflow or services we can run to run this regularly over VICC unnormalized.
This was done by using the same harvester routines we use in production, at https://github.com/ohsu-comp-bio/g2p-aggregator/tree/v0.12/harvester.
Specifically, the `harvest` and `convert` phases were run using the utility scripts `harvest-file-all.sh` and `convert-file-all.sh` here: https://github.com/ohsu-comp-bio/g2p-aggregator/tree/v0.12/util.
Finally, I extracted the relevant terms from the pre-normalized `.convert.json` files using jq:
`cat *.convert.json | jq '.association.phenotypes | .[]?.description' | sort -u > unnormalized_disease_terms.txt`
The text was updated successfully, but these errors were encountered:
Instructions from @ahwagner below - we want to better automate this to have a workflow or services we can run to run this regularly over VICC unnormalized.
The text was updated successfully, but these errors were encountered: