From 3e82aaf587fefe43da4c228369f9919da06426c2 Mon Sep 17 00:00:00 2001 From: GomathinayagamS Date: Wed, 2 Feb 2022 20:32:26 +0530 Subject: [PATCH] Update wily.sh Log file creation has been updated --- wily.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wily.sh b/wily.sh index a3f5a6f..32c8695 100644 --- a/wily.sh +++ b/wily.sh @@ -1,4 +1,5 @@ #!/bin/bash +( tput smso; echo "$ ~~~Starting WILY afresh $" tput rmso; tput smso; echo "$ Looking for dependent programs of this pipeline one by one!$" @@ -76,5 +77,8 @@ tar -zcf assembly.tar.gz assembly tar -zcf circularised.tar.gz circularised tar -cf rawfiles.tar porechoped.fastq filtout.fastq merged.fastq tar -cf polishedassembly.tar polish.assembly.fasta +echo "Find wily.log for more information" +/bin/sleep -5 clear done +) > wily.log