Jump to content

Mod:Hunt Research Group/InstallNCIPlot

From ChemWiki

Install NCIPlot

  1. get the program here: link
  2. download the package and put it into your applications directory
  3. read the manual and README files
  4. cd to the src directory "cd /Applications/nciplot-3.0/src"
  5. the default makefile should work type "make mrproper"
  6. set the environment variable NCIPLOT_HOME in your .bashrc file by adding the lines below (your .bashrc file will be in your home directory)
#
# nciplot
#
   export NCIPLOT_HOME=/Applications/nciplot-3.0/src/nciplot
   export OMP_NUM_THREADS=2
   alias nciplot="$NCIPLOT_HOME"
  1. then re-execute your .bashrc file by typing ". .bashrc"
  2. you should be ready to go