zad3 test24
This commit is contained in:
parent
868f1ab450
commit
43d15ea06b
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
cat output.txt | awk '{print (($7 + $8 + $9)/($7 + $8 + $6))*100;}' > clear.txt
|
||||
paste -d ' ' wikiniews_results.tsv clear.txt
|
||||
avg=$(numaverage clear.txt)
|
||||
|
||||
srr_matching=$(grep -x "0" clear.txt | wc -l)
|
||||
|
@ -20,6 +20,7 @@ sh label: '', script: './count2.sh wikiniews_results.tsv'
|
||||
stage('Archive atifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'clear.txt'
|
||||
archiveArtifacts 'wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user