}
}
}
public void writeToFile(File out)throws Exception{
BedExporterParam par= new BedExporterParam();
par.ifExpanded=true;
BedExporter be= new BedExporter(gb, par){
protected String column6On(GenomicRegion gr)throws Exception{
Res r= ress.get(gr);
return r.str+"\t"+f(r.forl)+"\t"+f(r.forh)+"\t"+f(r.revl)+"\t"+f(r.revh);