NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

Step

Action

1

Using a web or ftp client go to the URL: ftp

http://ftp1ncicb.nci.nih.gov/download/evsportal.jsp\\Image Added

Note that a valid UMLS license is required to download the NCI Metathesaurus due to the UMLS content inside. You will find out how to manage this on the site above if you do not have a license. pub/cacore/EVS/
screenshot of FTP directory

2

Select the version of NCI Metathesaurus RRF you wish to download. Save the file to a directory on your machine.

3

Extract the RRF files from the zip download and save in a directory on your machine. This directory will be referred to as NCI_METATHESAURUS_DIRECTORY.  RELASE_INFO.RRF is required to be present for the load utility to work.

4

Using the LexEVS utilities load the NCI Thesaurus:

Code Block
{LEXEVS_HOME}/admin

For Windows installation use the following command:

Code Block
LoadMetaBatch.bat –in "file:///{NCI_METATHESAURUS_DIRECTORY}/"

For Linux installation use the following command:

Code Block
LoadMetaBatch.sh –in "file:///{NCI_THESAURUS_DIRECTORY}/"

...