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
No related merge requests found
...@@ -28,6 +28,7 @@ fi ...@@ -28,6 +28,7 @@ fi
if [[ -z $isdocker ]] if [[ -z $isdocker ]]
then then
source /etc/profile.d/modules.sh source /etc/profile.d/modules.sh
module load R/3.2.1-intel
fi fi
perl $baseDir/concat_cts.pl -o ./ *.cts perl $baseDir/concat_cts.pl -o ./ *.cts
perl $baseDir/concat_fpkm.pl -o ./ *.fpkm.txt perl $baseDir/concat_fpkm.pl -o ./ *.fpkm.txt
...@@ -40,7 +41,6 @@ then ...@@ -40,7 +41,6 @@ then
touch empty.png touch empty.png
touch bg.rda touch bg.rda
else else
module load R/3.2.1-intel
Rscript $baseDir/dea.R Rscript $baseDir/dea.R
Rscript $baseDir/build_ballgown.R *_stringtie Rscript $baseDir/build_ballgown.R *_stringtie
edgeR=`find ./ -name *.edgeR.txt` 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