Mercurial > repos > vipints > deseq_hts
view deseq-hts_1.0/bin/deseq_config.sh @ 0:94a108763d9e draft
deseq-hts version 1.0 wraps the DESeq 1.6.0
author | vipints |
---|---|
date | Wed, 09 May 2012 20:43:47 -0400 |
parents | |
children | e27b4f7811c2 |
line wrap: on
line source
#!/bin/bash # Copyright (C) 2010-2012 Max Planck Society export DESEQ_VERSION=1.6.0 export DESEQ_PATH= export DESEQ_SRC_PATH=$DESEQ_PATH/src export DESEQ_BIN_PATH=$DESEQ_PATH/bin export INTERPRETER= export MATLAB_BIN_PATH= export MATLAB_MEX_PATH= export MATLAB_INCLUDE_DIR= export OCTAVE_BIN_PATH= export OCTAVE_MKOCT= export SAMTOOLS_DIR= export PYTHON_PATH= export SCIPY_PATH= export R_PATH= export LD_LIBRARY_PATH= export ENVIRONMENT=galaxy