:78 Function create_function() is deprecated [8192]

adding echoes to identifiy in whcih part of the pipeline is being entered...

Marcelo Ponce [2019-07-01 18:23:21]
adding echoes to identifiy in whcih part of the pipeline is being entered...
Filename
core/comb_tables.sh
core/table.sh
diff --git a/core/comb_tables.sh b/core/comb_tables.sh
index 65984cd..d58fc46 100755
--- a/core/comb_tables.sh
+++ b/core/comb_tables.sh
@@ -17,7 +17,6 @@ tableINPUTs=tableReadsINPUT.$INPUTfile

 tableIPs=tableReadsIP.$IPfile

-
 bigTABLE=TABLEE
 #normalizedTABLE=normalized.table.$IPfile-$INPUTfile
 #finalTABLE=FINAL.table.$IPfile-$INPUTfile
@@ -25,6 +24,11 @@ IxFILES=$INPUTfile-$IPfile
 normalizedTABLE=normalized.table.$IxFILES
 finalTABLE=FINAL.table.$IxFILES

+
+####
+echo ">>> entering $0 - RACS ORF..."
+####
+
 # combine tables generated by "table.sh" and "alejandro.sh"
 paste table.$TTHERMfile $tableINPUTs $tableIPs > $bigTABLE

diff --git a/core/table.sh b/core/table.sh
index 7a1b383..2ebd349 100755
--- a/core/table.sh
+++ b/core/table.sh
@@ -17,6 +17,9 @@
 #
 #####################################################################

+###
+echo ">>> entering $0 - RACS ORF..."
+###

 ######
 ######
ViewGit