NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

At each release of DME, perform the following steps:

  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:

    git fetch https://github.com/CBIIT/HPC_DME_APIs

    The system downloads all changes from the repository. 

  2. In the HPC_DME_APIs/utils/ folder, copy the value of hpc.jar.version from the hpcdme.properties.sample file to your hpcdme.properties file. 
  3. 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:

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