Mercurial > repos > vipints > deseq_hts
comparison dexseq-hts_1.0/bin/dexseq_config.sh.sample @ 11:cec4b4fb30be draft default tip
DEXSeq version 1.6 added
author | vipints <vipin@cbio.mskcc.org> |
---|---|
date | Tue, 08 Oct 2013 08:22:45 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
10:2fe512c7bfdf | 11:cec4b4fb30be |
---|---|
1 #!/bin/bash | |
2 export DEXSEQ_VERSION=1.6.0 | |
3 export SAMTOOLS_DIR=/home/vipin/samtools-0.18-beta | |
4 export PYTHON_PATH=/usr/bin/python | |
5 export PYTHONPATH=/home/vipin/lib/python2.7/site-packages/:$PYTHONPATH | |
6 export R_PATH=/home/vipin/bin/R |