I have downloaded blat from here. I have also added in to executable path. PATH=$PATH:/Users/katja/Desktop/MyDocuments/Programms/blat
But I can run the program only from the folder where it is situated and only by typing ./blat and not simple blat, therefore homer does not recognize it. What should I do in order to be able to run a program just blat.
which blatgave nothing.echo $PATH:Homer does not find beat at all.So, I still do not understand what is wrong.
Is
/Users/katja/Desktop/MyDocuments/Programms/blata folder calledblat, which then contains an executable calledblat, or is that part ofPATHthe actual executable itself? You should only put folders intoPATH.