Mercurial > repos > vipints > rdiff
comparison rDiff/bin/rdiff_config.sh.sample @ 0:0f80a5141704
version 0.3 uploaded
| author | vipints |
|---|---|
| date | Thu, 14 Feb 2013 23:38:36 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0f80a5141704 |
|---|---|
| 1 #!/bin/bash | |
| 2 export RDIFF_VERSION=0.3 | |
| 3 export RDIFF_PATH=/home/galaxy/software/ | |
| 4 export RDIFF_SRC_PATH=${RDIFF_PATH}/src | |
| 5 export RDIFF_BIN_PATH=${RDIFF_PATH}/bin | |
| 6 export RDIFF_INTERPRETER=octave | |
| 7 export RDIFF_OCTAVE_BIN_PATH=/home/galaxy/software/octave/source/octave-3.6.3/octave | |
| 8 export RDIFF_OCTAVE_MKOCT=/home/galaxy/software/bin/mkoctfile | |
| 9 export MATLAB_BIN_PATH= | |
| 10 export MATLAB_MEX_PATH= | |
| 11 export MATLAB_INCLUDE_DIR= | |
| 12 export RDIFF_SAMTOOLS_BIN_DIR=/home/galaxy/software/samtools-0.1.17/samtools | |
| 13 export RDIFF_SAMTOOLS_LIB_DIR=/home/galaxy/software/samtools-0.1.17/ | |
| 14 export RDIFF_SAMTOOLS_INCLUDE_DIR=/home/galaxy/software/samtools-0.1.17/ | |
| 15 export RDIFF_PYTHON_PATH=/usr/bin/python |
