From 3ab308885e8b9cf10330320c1b9757747f9e28ce Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 13:50:53 +0200 Subject: [PATCH] update --- shell_script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell_script.sh b/shell_script.sh index 2267c8e..fed98c7 100644 --- a/shell_script.sh +++ b/shell_script.sh @@ -14,5 +14,3 @@ awk 'BEGIN{OFS="\t"}{print $6, $7, $8, $9}' < scores | awk '{ print ($2 + $3 + $ awk 'BEGIN{FS=OFS="\t"}{ bad = bad + $1; all++ }END{ print bad/all }' < wer.tsv >> wer.txt awk 'BEGIN{FS=OFS="\t"}{ if ( $1 == 0 ) good++; all++ }END{ print good/all }' < wer.tsv >> srr.txt -tail -500 wer.txt > wer.txt -tail -500 srr.txt > srr.txt