NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied from section 3.3 of the user guide in GitHub. Formatted as numbered steps and otherwise clarified.

If you decide to use the CLI to perform various activities in DME, the following steps are pre-requisites: 

  1. Prepare Java:
    1. Download Java 1.8.x from the following page: 
      https://www.java.com/en/download/
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    2. Install Java, as described in the following installation instructions: 
      https://www.java.com/en/download/help/index_installing.xml
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    3. Update your PATH environment variable with the Java executable folder. For example: 
      c:/jdk1.8_13/bin 
      For details, refer to the following instructions:
      https://java.com/en/download/help/path.xml
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    4. Open a cmd or shell window. Type the following command to make sure it displays the version you intended to install:
      java –version
  2. Prepare the DME CLI:
    1. If you are using Windows, decide how you will use the command line utilities: 
    2. Use the following command to clone DME utilities to your local machine:
      Git clone https://github.com/CBIIT/HPC_DME_APIs
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include


    3. Navigate to the HPC_DME_APIs/utils folder. Open README.md and follow the instructions in that file.

...