Open kjamrog opened 5 years ago
I also came across this, and found this fix -
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?