grlow= new GenomicRegion(gr.chr, low-side, low+side);
grhigh= new GenomicRegion(gr.chr, high-side, high+side);
double forl= score(tsf.reloadAndGetList(grlow), grlow);
double forh= score(tsf.reloadAndGetList(grhigh), grhigh);
double revl= score(tsr.reloadAndGetList(grlow), grlow);
double revh= score(tsr.reloadAndGetList(grhigh), grhigh);
Res res= new Res(forl, forh, revl, revh);
ress.put(gr,res);
//System.out.println(low+" "+ high);
//System.out.println(gr.toUCSCFormat()+" "+ res.str+" "+ forl+" "+ forh+" "+ revl+" "+revh);