Open will-moore opened 2 years ago
Better than ending this command with .
, it is to have the folder pre-created with correct name, things run cleaner like that: Otherwise you would have to collect the downloaded folders into a newly created folder manually after the aws was run.
mkdir 6001240.zarr
aws s3 sync --no-sign-request --endpoint-url https://uk1s3.embassy.ebi.ac.uk s3://idr/zarr/v0.4/idr0062A/6001240.zarr 6001240.zarr
This should probably go under ngff-tools under a "download" section
To download via
aws
, you need e.g. --endpoint-url:It would be useful to have this info on the samples page itself. Maybe even an option to copy the above command for a given sample?