Hi Im kind of new in linux and I am trying to create a Mappability File using the executables and instructions that are part of peakseq that are here http://archive.gersteinlab.org/proj/PeakSeq/Mappability_Map/Code/
Finally when I do python compile.py I get this
/bin/sh: 1: chr2hash: not found
/bin/sh: 1: oligoFindPLFFile: not found
/bin/sh: 1: mergeOligoCounts: not found
I know this has to do with put them in my PATH but I dont understand what does that mean. Could someone please explain that to me and what should I do to solve this problem?
Forget it I got that. Thank you for your help. Now I have a different issue. Once all files were produced using python compile.py, what are the files that CountMap.py takes as input... I tried all the different ones for a chromosome but I get this " SyntaxError: Non-ASCII character '\xac' " Do I need to process this files before using CountMap.py? And if thats the case which program should I use?