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'm trying to download data using sracp with the following command:
sracp -t {key.ngc} -a SRR8176157 -f "cram,crai" -l s3.us-east-1 data/
and getting an error message:
failed to decode response from Name Resolver API: json: cannot unmarshal array into Go value of type sdl.VersionWrap
List of accessions that failed in this batch:
[SRR8176157]
Running fusera mount with the same arguments works fine.
Do you have any idea what can be the reason?
The text was updated successfully, but these errors were encountered:
Need to use --endpoint "https://locate.ncbi.nlm.nih.gov/sdl/2/retrieve"
Because by default sracp still using --endpoint "https://www.ncbi.nlm.nih.gov/Traces/sdl/1/retrieve" and that's why the older json schema not able to parse.
I'm trying to download data using
sracp
with the following command:and getting an error message:
Running
fusera mount
with the same arguments works fine.Do you have any idea what can be the reason?
The text was updated successfully, but these errors were encountered: