:78 Function create_function() is deprecated [8192]

fixing a bug for the scriptsDIR variable was defined twice overwritting the ABSOLUTE PATH of RACS

Marcelo Ponce [2019-06-30 20:13:04]
fixing a bug for the scriptsDIR variable was defined twice overwritting the ABSOLUTE PATH of RACS
Filename
core/countReads.sh
diff --git a/core/countReads.sh b/core/countReads.sh
index ddb25d0..8700e31 100755
--- a/core/countReads.sh
+++ b/core/countReads.sh
@@ -120,7 +120,6 @@ echo "BWA will use nbrCores="$NT", when possible"
 # save original directory
 myDIR=$(pwd)
 resultsDIR=$myDIR/ORF_RACS_results-`date '+%Y%m%d-%H%M%S'`	#`date +%D-%T`
-scriptsDIR=`dirname $0`

 ## -.-.-.-
 ORGANISM=${7:-"${scriptsDIR}/defns/TT_gene.id"}
ViewGit