Hi everyone. I am trying to run FIMO. I have downloaded the motif databases and installed them. The prompt is: fimo [options] <motif file> <sequence file>. However, I typed the file name of the motif and it did not work. Can anyone tell me where I have gone wrong? Thanks a lot!!
Was there an error message? What did it say? What was your exact command? For instance, using non-existent files schmoo and nofile.fa, comments start with "#" :
Did you get any of these errors?
I get
fimo schmoo nofile.fa FATAL: Failed to open motif file: schmoo
while schmoo is my databases file
What this means, is that fimo is not able to find your database file. The first step is to prove (1) that your database file exists, and (2) that you know how to reference it (type its path) so that fimo can find it. You can see in my example above, that the name and location of my database file is: transfac/meme/transfac.vertebrate.meme. I can find out information about this file using ls -l (which means: list files, long format - all information about the file).
When I used ls, the system returned information about the file to me. You should do the same. If you can reference the file this way, and the system tells you about the file, then you should use the same path for fimo, and it should be able to find the file. List your results here Or if you get a novel error message, list that.