A collection of various utilities aiming ontology management and UMLS connectivity. Application requires a UMLS database in MySQL.
-
genOBO.sh: It generates a subset of UMLS in OBO format, usinggenerateOBO.py. Please, typepython2 ./generateOBO.py --helpfor complete application options. And see
generateOBO.txtfor genOBO.sh options. -
esIndex.py: Generates an UMLS index on Elasticsearch. Please, typepython2 ./esIndex.py --helpfor complete application options. A sample configuration set is available in
esIndex.txt.