Skip to content
Snippets Groups Projects
Commit 8706de70 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

move modules to is not docker

parent 631876f6
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@ fi
if [[ -z $isdocker ]]
then
source /etc/profile.d/modules.sh
module load R/3.2.1-intel
fi
perl $baseDir/concat_cts.pl -o ./ *.cts
perl $baseDir/concat_fpkm.pl -o ./ *.fpkm.txt
......@@ -40,7 +41,6 @@ then
touch empty.png
touch bg.rda
else
module load R/3.2.1-intel
Rscript $baseDir/dea.R
Rscript $baseDir/build_ballgown.R *_stringtie
edgeR=`find ./ -name *.edgeR.txt`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment