:78 Function create_function() is deprecated [8192]

clarifying msg about target organism

Marcelo Ponce [2019-07-01 17:21:20]
clarifying msg about target organism
Filename
core/table.sh
diff --git a/core/table.sh b/core/table.sh
index 17c223e..7a1b383 100755
--- a/core/table.sh
+++ b/core/table.sh
@@ -61,7 +61,7 @@ FILEname=`basename $FILE`
 # by our pipeline in the "TT_gene.id" file
 if [ " "$2 != " " ]; then ORGANISM=$2 ; else ORGANISM="$scriptsDIR/defns/TT_gene.id"; fi

-echo "checking for organism defns in $ORGANISM"
+echo "checking for target organism / defns / fitlers in  $ORGANISM"
 checkFile $ORGANISM
 ######################################################
ViewGit