dpeerlab / ENVI

MIT License
38 stars 6 forks source link

Question on downloading tutorial data #10

Closed aster-ww closed 7 months ago

aster-ww commented 7 months ago

Hi, thank you for providing such a versatile tool! I am facing some issues when trying to download test data from the tutorial. There is an error when I run the following command:

!wget https://dp-lab-data-public.s3.amazonaws.com/ENVI/sc_data.h5ad

--2024-04-10 20:42:17--  https://dp-lab-data-public.s3.amazonaws.com/ENVI_seqFISH/sc_data.h5ad
Resolving dp-lab-data-public.s3.amazonaws.com (dp-lab-data-public.s3.amazonaws.com)... 54.231.204.1, 3.5.28.77, 54.231.236.97, ...
Connecting to dp-lab-data-public.s3.amazonaws.com (dp-lab-data-public.s3.amazonaws.com)|54.231.204.1|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-04-10 20:42:19 ERROR 403: Forbidden.

It seems that there is a permission limitation. Would you please figure it out? Thanks a lot.

DoronHav commented 7 months ago

Hi! We've fixed the permission issues, should work now!

aster-ww commented 7 months ago

That's great!Thanks.