change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 15:17:07 +02:00
parent 344b4d2e62
commit c28253ca0e

View File

@ -3,7 +3,7 @@
MYFILE="wikiniews_results.tsv"
COUNT=0
COUNT_DIFF=0
wc -l $myfile > $COUNT
wc -l $MYILE > $COUNT
# create trn
cut -f2 $MYFILE | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.trn