Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws s3 download instructions #16

Open
will-moore opened this issue Oct 19, 2022 · 2 comments
Open

aws s3 download instructions #16

will-moore opened this issue Oct 19, 2022 · 2 comments

Comments

@will-moore
Copy link
Member

will-moore commented Oct 19, 2022

To download via aws, you need e.g. --endpoint-url:

$ aws s3 sync --no-sign-request --endpoint-url https://uk1s3.embassy.ebi.ac.uk s3://idr/zarr/v0.4/idr0062A/6001240.zarr .

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?

@pwalczysko
Copy link

pwalczysko commented Oct 28, 2022

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

@jburel
Copy link
Member

jburel commented Nov 15, 2022

This should probably go under ngff-tools under a "download" section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants