:78 Function create_function() is deprecated [8192]

added 'secs' to the reported time

Marcelo Ponce [2019-07-19 13:54:36]
added 'secs' to the reported time
Filename
core/countReads.sh
diff --git a/core/countReads.sh b/core/countReads.sh
index 807c7b0..7f557da 100755
--- a/core/countReads.sh
+++ b/core/countReads.sh
@@ -267,6 +267,6 @@ endTime=`date +%s`

 runtime=$((endTime-startTime))

-echo "Total runtime: $runtime"
+echo "Total runtime: $runtime secs"

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