NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  • If you do need to use a new script, utilize the table for the explanation server startup script. There should be no other edits that need to be made.
  • Navigate to usr/local/protégé, and open the restart_explanation_server_cron.sh file, and modify the following line to match the newest Protégé server version number:

      cd /usr/local/protege/Protégé_x.x/<PROTÉGÉ INSTANCE>/Explanation.Server-x.x.x

  • Navigate to the Protégé server, and open the 'codegen.properties' file using a vi editor. To do this, type 'vi codegen.properties".  Once the file is viewable from vi, type "shift + I" to edit.   The code.prefix value can be adjusted, depending on which Protégé Instance is being used (BiomedGT or NCI Thesaurus).  BiomedGT uses a prefix of 'B', while NCI Thesaurus uses 'C'.   Keep the seed number at 100000. Save and exit the file by typing 'esc', then ':wq.

...