2526272829303132
public static void toWig(File tas, File out, String tit)throws Exception{ TASIntensityReader tr= new TASIntensityReader(tas); new BedGraphExporter(tr.toLandscapeBuilder(), tit).writeToFile(out); }