You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got dbGAP access to samples. When I used prefetch to get them I got a "Failed to resolve" issue. After that, when I try to retrieve them using Data Locator API, I get links to a bucket which I don't have access for.
I would expect either prefetch working or the API returning working links (but these ones don't seem to have a signature).
Could you please advise?
Steps
Using prefetch
Got sratoolkit v3.2.0 from the prebuilt binaries, use prefetch as per the instructions here:
prefetch --ngc my_file.ngc SRR29291742
I got
2025-01-17T11:49:40 prefetch.3.2.0: 1) Resolving 'SRR29291742'...
2025-01-17T11:49:43 prefetch.3.2.0 err: name not found while resolving query within virtual file system module - failed to resolve accession 'SRR29291742' - no data ( 404 ); ncbi_phid='D0BD4004F39DCE55000048B262D88C98.1.m_2'
2025-01-17T11:49:43 prefetch.3.2.0: Current preference is set to retrieve SRA Normalized Format files with full base quality scores
2025-01-17T11:49:43 prefetch.3.2.0: 1) Failed to resolve 'SRR29291742'...
Using Data Locator API
Query the SRA Data Locator v2 API with the following command:
curl -s -X POST -F ngc="@my_file.ngc""https://locate.ncbi.nlm.nih.gov/sdl/2/retrieve?acc=SRR29291742"
Summary
I've got dbGAP access to samples. When I used prefetch to get them I got a "Failed to resolve" issue. After that, when I try to retrieve them using Data Locator API, I get links to a bucket which I don't have access for.
I would expect either prefetch working or the API returning working links (but these ones don't seem to have a signature).
Could you please advise?
Steps
Using prefetch
Got sratoolkit v3.2.0 from the prebuilt binaries, use prefetch as per the instructions here:
I got
Using Data Locator API
Query the SRA Data Locator v2 API with the following command:
Result from that endpoint is (partialy redacted)
locations
doesn't have "expirationDate " andlink
is not signed.The text was updated successfully, but these errors were encountered: