awk -F'\t' 'NR>1 {a[$1]+=$21;b[$1]+=$22;c[$1]+=$23;c[$1]+=24;d[$1]+=$93;}END{for (i in a)printf ("%d--> %d, %d, %d, %d\n",i,a[i],b[i],c[i],d[i]);}'