NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Cleared hidden formatting.

...

  1. In a cmd or shell window, type the following command in your working directory to fetch the latest DME files to your local machine:

    Panel
    borderColorsilver
    borderStylesolid
    Code Block
    Git fetch
    Clipboard
    AllowLineWraptrue

    git fetch

    https://github.com/CBIIT/HPC_DME_APIs

    The system downloads all changes from the repository. 

  2. In the HPC_DME_APIs/utils/hpc-client folder, locate the JAR file (hpc-cli-#.##.#.jar). 
  3. In the HPC_DME_APIs/utils/ folder, open your hpcdme.properties file and examine the value for hpc.jar.version. 
  4. If you are using Cygwin on Windows and experience a repeating error when running a CLU command after step 1 above, restart Cygwin and run the following command to change end-of-line delimiters from Windows standard to Unix standard in the scripts folder. Use the following command:

    Panel
    borderColorsilver
    borderStylesolid
    Clipboard
    AllowLineWraptrue

    sed -i "s/\r$//" $HPC_DM_UTILS/scripts/*

    Compare the JAR filename in the properties file to the JAR filename in the hpc-client folder:
  5. If they are the same, no action is needed at this time.
  6. If the fetch command has updated the JAR file, update the value for hpc.jar.version to match the current JAR filename.