annotate rDiff/bin/rdiff_config.sh @ 2:233c30f91d66
updated python based GFF parsing module which will handle GTF/GFF/GFF3 file types
author |
vipints <vipin@cbio.mskcc.org> |
date |
Tue, 08 Oct 2013 07:15:44 -0400 |
parents |
0f80a5141704 |
children |
|
rev |
line source |
0
|
1 #/bin/bash
|
|
2 export RDIFF_VERSION=0.3
|
|
3 export RDIFF_PATH=
|
|
4 export RDIFF_SRC_PATH=${RDIFF_PATH}/src
|
|
5 export RDIFF_BIN_PATH=${RDIFF_PATH}/bin
|
|
6 export RDIFF_INTERPRETER=
|
|
7 export RDIFF_OCTAVE_BIN_PATH=
|
|
8 export RDIFF_OCTAVE_MKOCT=
|
|
9 export RDIFF_SAMTOOLS_BIN_DIR=
|
|
10 export RDIFF_SAMTOOLS_LIB_DIR=
|
|
11 export RDIFF_SAMTOOLS_INCLUDE_DIR=
|
|
12 export RDIFF_PYTHON_PATH=
|