We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44b0fa commit 210691eCopy full SHA for 210691e
1 file changed
conf_sample.py
@@ -16,6 +16,9 @@
16
# Define the base URI used to generate the concepts URI
17
UMLS_BASE_URI = "http://purl.bioontology.org/ontology/"
18
19
+# Only process ontologies updated in this UMLS release (MRSAB.IMETA == UMLS_VERSION)
20
+PROCESS_ONLY_CURRENT_UMLS_VERSION = False
21
+
22
# Pipeline config
23
UMLS_API_KEY = "your umls api key"
24
0 commit comments