Skip to content

Commit 210691e

Browse files
committed
add PROCESS_ONLY_CURRENT_UMLS_VERSION setting to sample config file
1 parent a44b0fa commit 210691e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf_sample.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# Define the base URI used to generate the concepts URI
1717
UMLS_BASE_URI = "http://purl.bioontology.org/ontology/"
1818

19+
# Only process ontologies updated in this UMLS release (MRSAB.IMETA == UMLS_VERSION)
20+
PROCESS_ONLY_CURRENT_UMLS_VERSION = False
21+
1922
# Pipeline config
2023
UMLS_API_KEY = "your umls api key"
2124

0 commit comments

Comments
 (0)