Hello,
I am trying to make the index file for the STAR alignment. However, for some reason STAR cannot open my genome file even though I am sure the path I am giving is correct and the file is not corrupted. I opened the file and it looked fine to me. I even downloaded the genome file from another source and the same issue persists. The issue should be with the file path but I checked everything and the path seem to be correct. I am working on a cluster if this information helps. Any ideas what's going on?
Thanks
No one can answer this with so little detail. You have to at least post your command line.
Sure. here is the code I am using:
and this is the output I am receiving:
Hi caggtaagtat,
Thank you so much for your feedback. I removed the space and it fixed the problem! The reason I had added that extra space was because I kept getting errors and STAR seemed to be counting the word after the genome file name as a part of the file name and path so I put extra space which did not help. Probably the first time I got the error was because of the dots in the name of my file which I changed later to fix the issue but since I had added the extra space, this did not resolve the issue.
Thank you again for your help!
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.This comment should have gone under @caggtaagtat's answer.
Now, I am having another issue with another STAR run. I specified the annotation file but for some reason, STAR doesn't see it.
Here is my code:
and here is the error:
It is not a good practice to ask additional questions in an existing thread (even if they are related). You may want to create a new question in that case.
The error seems to be self explanatory. Have you tried to address the missing annotations or removing
--sjdbOverhang
option?