public static void main(String[] args) throws Exception { //debug
File dir= Dirs.getFile("dir");
File rnad= new File(dir+"/data/rna-seq");
File forf= new File(rnad+"/strand_rna_884-rrp6d_sd_20121119_sacCer1_for.wig");
File revf= new File(rnad+"/strand_rna_884-rrp6d_sd_20121119_sacCer1_rev.wig");
LandscapeBuilder lbf= new BedGraphReader(forf).getLandscapeBuilder();
LandscapeBuilder lbr= new BedGraphReader(revf).getLandscapeBuilder();
File f= new File("E:\\muxingu\\mystudy\\phd\\files\\data\\chip-seq\\norm\\peak_new/3anti_asso-trsc_xu_2009_orfs.bed");
//File f= new File("E:\\muxingu\\mystudy\\phd\\files\\data\\chip-seq\\norm\\peak_new\\rand\\three\\runs\\0/anit.bed");
new Fuck2(f, lbf, lbr);