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 blat
gave 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/blat
a folder calledblat
, which then contains an executable calledblat
, or is that part ofPATH
the actual executable itself? You should only put folders intoPATH
.