NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1

Install Metathesaurus to a local folder:
Loading from these sources requires that the UMLS Metathesaurus be installed locally so it can be accessed from LexEVS.  This can be done according to documentation available on the UMLS website.  

2

Subset the desired terminology (optional):
Once the Metathesaurus is downloaded and installed, users can either load from the entire set of files by pointing to the containing file directory or they can use the UMLS tools to subset a terminology (recommended).  Subsetting the terminology beforehand provides improved performance during loads.

3

Set command line options in the loading script:
If you load larger ontologies, we recommend use of the command line options, this will allow manipulation of the memory allocated for loads of larger terminologies such as SNOMED. Scripting options can be added to the scripts contained at <LexEVS install base>/gui.  If a user is working on a Linux environment with a 64 bit architecture, then they can use the Linux_64-lbGUI.sh file.  On a server class computer with say 16  gigabytes of memory and 8 four core processors users can access fairly substantial resources to load content.   Open the .sh file with a text editor and edit the values for -Xmx and -XX:MaxPermSize as follows "-Xmx6000M -XX:MaxPermSize=256M"  or more if you have resources available. If you have not set the DB_PRIMARY_KEY value to SEQUENTIAL_INTEGER At this setting it could still take about 33 hours to load a terminology as large as SNOMED which otherwise could complete in 4 hours. 

4

5

6

7