-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot locate input file: –r [likely solution] #3
Comments
I had this same issue initially but it turned out it was because I had copied & pasted the command from an example on a website. The "-" were in a different text format. I deleted the "-" (in -r and -o etc.) and replaced them with my own dashes and then it worked. |
Wow - thank you so much for taking the time to provide a (possible and very likely) explanation for that puzzling behavior! I've never been able to reproduce the problem that the original poster had, but this makes a lot of sense now. I guess I could close this issue but perhaps it's better served if I leave it open so other users stumbling into the same problem might see it if they come here to post. |
I had the same issue and the tip from afkoeppel solved my problem too! I had originally copy-pasted the command from the page 1659 in the pdf version of Pertea et al. 2016 Nature 2016! |
I've just had the same issue, but changing the dashes and writing the command from scratch yield the same error. I've tried with all files in the working directory and specifying paths etc.
Would you have any idea on what's causing this? Thanks! |
I'm having the same problem as ehhill. It looks like the input file triggered a bug. |
I realized I ignored ehhill's error because it really looked like a basic user error in which the |
OK, maybe I jumped the gun here assuming that you (and ehhill) used the |
Error while executing the below command
gffcompare -R –r Reference.gtf –o merged stringtie_merged.gtf
Error: cannot locate input file: –r
Reference.gtf is available in the same folder with full permission
Version: gffcompare v0.9.7
The text was updated successfully, but these errors were encountered: