Open shntnu opened 3 years ago
First, move data to s3://cellpainting-gallery
aws s3 sync \
--profile jump-cp-role \
--acl bucket-owner-full-control \
s3://cellpainting-datasets/Rosetta-GE-CP/preprocessed_data \
s3://cellpainting-gallery/rosetta/broad/workspace/preprocessed_data
@MarziehHaghighi I have successfully copied the files over from s3://cellpainting-datasets/Rosetta-GE-CP/preprocessed_data. You can now delete the files at s3://cellpainting-datasets/Rosetta-GE-CP/preprocessed_data.
Note that the topic of this issue is about single cell data, but I have not gotten to that yet. This is only about copying the existing data to the s3://cellpainting-gallery/
@shntnu How can I have access to s3://cellpainting-gallery for adding DVC and also any other modifications?
@shntnu How can I have access to s3://cellpainting-gallery for adding DVC and also any other modifications?
I should have clarified
I did this
aws s3 sync \
--profile jump-cp-role \
--acl bucket-owner-full-control \
s3://cellpainting-gallery/rosetta/ \
s3://cellpainting-gallery/cpg0003-rosetta/
aws s3 rm \
--profile jump-cp-role \
--recursive \
s3://cellpainting-gallery/rosetta/
@shntnu will do