-
Notifications
You must be signed in to change notification settings - Fork 3
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
getSRAdbFile() error, cannot download file #10
Comments
Can you give this a try again? I was able to use the first URL (which is now supposed to be pretty stable). If this doesn't work for you in R, can you try simply downloading using a browser? |
Downloading using a browser still gives me a 404 not found. It looks like others have the same problem (Issue #11). |
@jakeyeung, I am going to move this over to #11, so I'll close this one for now. If, once we get a solution in place you are still having problems, we can reopen this. Thanks for the patience and for reporting the problem. |
Hi, Error in download.file(url_sra, destfile = localfile, mode = "wb", method = method) : I appricite if you guide me for solving this problem. |
Hi, @modarzi. Upgrading R to at least version 3.4 and then reinstalling SRAdb should get things working again. Alternatively, you can download by hand using the links here: https://github.com/seandavi/SRAdb/blob/master/README.md#raw-database-downloads |
Hi,@seandavi. I upgrade R to latest version but again I see below error: Error in download.file(url_sra, destfile = localfile, mode = "wb", method = method) : For your second solution, is it possible to explain more.in other words which files should I download and how can I read it in my Rstudio? |
You'll need to upgrade SRAdb also. biocLite('SRAdb') If that doesn't work, could you open a new issue and post the output of Sorry for the inconvenience. |
Hi, same problem here R 3.4
|
@AIRibone, could you post the output of sessionInfo() after loading SRAdb? In the meantime, the download link for SRAdb is on the README for this repo. |
Hi!
|
Yes, it worked when I upgraded to R 3.4 and also updated biocLite(). Thank you! |
Awesome! Thanks for the patience.... |
|
@vpdesai2020, SRAdb is a Bioconductor package.
|
Unfortunately, looks like this issue has made a return. I've just installed SRAdb, and tried running
|
I installed SRAdb on MacOS and tried I tried to directly download from the following two links using
|
Hello, I am unable to run the getSRAdbFile() function. It appears the 3 links to download the sqlite file are broken.
The other urls also do not work
Thanks in advance.
Jake
The text was updated successfully, but these errors were encountered: