FastaReader fr= new FastaReader(new File(dir+"/anno/genomes/sacCer1/sacCer1.fa"));
MotifToLandscape ml= new MotifToLandscape(fr, mot);
System.out.println(nm+" ");
File of= new File(od+"/"+nm+".wig");
ml.writeToFile(of, nm);
fr.close();
/*
String s= "AGATTATTTAATAATGGGAC";