This commit is contained in:
s416178 2020-04-03 13:50:53 +02:00
parent df08496ffa
commit 3ab308885e

View File

@ -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