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?