Skip to content

Commit

Permalink
Update wily.sh
Browse files Browse the repository at this point in the history
Log file creation has been updated
  • Loading branch information
GomathiNayagam authored Feb 2, 2022
1 parent 3533fc4 commit 3e82aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wily.sh
Original file line number Diff line number Diff line change
@@ -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!$"
Expand Down Expand Up @@ -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

0 comments on commit 3e82aaf

Please sign in to comment.