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

skip script without results

parent ce95821b
Branches
Tags
No related merge requests found
......@@ -41,7 +41,8 @@ else
module load R/3.2.1-intel
Rscript $baseDir/dea.R
Rscript $baseDir/build_ballgown.R *_stringtie
if [[ -n `ls *.edgeR.txt` ]]
edgeR=`find ./ -name *.edgeR.txt`
if [[ -n $edgeR ]]
then
perl $baseDir/concat_edgeR.pl *.edgeR.txt
fi
......
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