:78 Function create_function() is deprecated [8192]

adding detected RACS location to the welcome's output message

Marcelo Ponce [2019-07-04 18:36:16]
adding detected RACS location to the welcome's output message
Filename
core/auxs/auxFns.sh
diff --git a/core/auxs/auxFns.sh b/core/auxs/auxFns.sh
index 363a409..1b583ea 100755
--- a/core/auxs/auxFns.sh
+++ b/core/auxs/auxFns.sh
@@ -27,6 +27,7 @@ welcome() {
 	echo "RACS v1.0 (2018/2019) -- Open source tools for Analizing ChIP-Seq data"
 	echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

+	echo "RACS location ---> $scriptsDIR"
 }

 ##
ViewGit