esacinc / PDC-Public

The public repository for the Proteomic Data Commons UI and APIs
12 stars 6 forks source link

Not downloading files #7

Open paulinaacostac opened 2 years ago

paulinaacostac commented 2 years ago

Hi,

Im using the Shell script, Im using the option #1 for downloading the url files from the manifest generated. Although I get no output or downloaded files.

Thanks

swelltodie commented 1 year ago

It confuses the array index method, which starts at 0, instead of 1. You can just change those _indexnumber to _indexnumber - 1 in the shell script.