From 12306aceb13a127cd037570835f073584e461171 Mon Sep 17 00:00:00 2001 From: s416178 Date: Fri, 3 Apr 2020 13:52:40 +0200 Subject: [PATCH] update --- shell_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell_script.sh b/shell_script.sh index fed98c7..8197ce3 100644 --- a/shell_script.sh +++ b/shell_script.sh @@ -14,3 +14,5 @@ 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 -n 500 wer.txt > wer.txt +tail -n 500 srr.txt > srr.txt