-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deposit single cell profiles in S3 #1
Comments
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? |
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
The text was updated successfully, but these errors were encountered: