-
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
No URLs working, I could not download the metadata database #37
Comments
I have the exact same issue. I would appreciate if anyone could write a solution to this.
trying URL 'https://gbnci-abcc.ncifcrf.gov/backup/SRAmetadb.sqlite.gz' The details of my R session are below: Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I am having the same issue with GEOmetadb that is usually found in the SRAdb directory getSQLiteFile(destdir = getwd(), destfile = "GEOmetadb.sqlite.gz") |
Having the same issues, all links seem to be broken. |
wget https://s3.amazonaws.com/starbuck1/sradb/SRAmetadb.sqlite.gz |
For anyone still having this issue; the links now refer to a HTML page that contain a link to the correct file. The following command worked to download it manually:
Current download is about 3.6GB and extracts to a 51GB sqlite file. |
I tried to download the full version of the metadata database by using the SRAdb, but unfortunately, I didn't succeed.
As you can see, the URL could not be opened.
So, I tried to test other links.
url_sra <- "https://s3.amazonaws.com/starbuck1/sradb/SRAmetadb.sqlite.gz"
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: