comparison deseq-hts_1.0/src/deseq_config.m @ 9:e27b4f7811c2 draft

Updated DESeq version 1.12
author vipints <vipin@cbio.mskcc.org>
date Tue, 08 Oct 2013 08:09:28 -0400
parents 94a108763d9e
children
comparison
equal deleted inserted replaced
8:2b3bb3348076 9:e27b4f7811c2
28 OCTAVE_BIN_PATH = getenv('OCTAVE_BIN_PATH'); 28 OCTAVE_BIN_PATH = getenv('OCTAVE_BIN_PATH');
29 SAMTOOLS_DIR = getenv('SAMTOOLS_DIR'); 29 SAMTOOLS_DIR = getenv('SAMTOOLS_DIR');
30 30
31 % switch off a few expected warnings 31 % switch off a few expected warnings
32 addpath(sprintf('%s/tools', DESEQ_PATH)); 32 addpath(sprintf('%s/tools', DESEQ_PATH));
33 engine='';
33 lserve=license; 34 lserve=license;
34 if ~isequal(lserve, 'GNU General Public License'), 35 if ~isequal(lserve, 'GNU General Public License'),
35 engine='matlab'; 36 engine='matlab';
36 else 37 else
37 engine='octave'; 38 engine='octave';