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

Deposit single cell profiles in S3 #1

Open
shntnu opened this issue Aug 27, 2021 · 5 comments
Open

Deposit single cell profiles in S3 #1

shntnu opened this issue Aug 27, 2021 · 5 comments
Assignees

Comments

@shntnu
Copy link
Contributor

shntnu commented Aug 27, 2021

@shntnu will do

@shntnu shntnu self-assigned this Aug 27, 2021
@shntnu
Copy link
Contributor Author

shntnu commented Feb 25, 2022

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

@shntnu
Copy link
Contributor Author

shntnu commented Feb 25, 2022

@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/

@MarziehHaghighi
Copy link
Collaborator

@shntnu How can I have access to s3://cellpainting-gallery for adding DVC and also any other modifications?

@shntnu
Copy link
Contributor Author

shntnu commented Feb 25, 2022

@shntnu How can I have access to s3://cellpainting-gallery for adding DVC and also any other modifications?

I should have clarified

  1. We won't use DVC after all; just store directly on S3
  2. For now, the best approach to update any data on s3://cellpainting-gallery is to have you upload to s3://cellpainting-datasets/ and then ask me (in this issue) to sync it. It needs more work on my front to make it possible for you to upload to s3://cellpainting-gallery/rosetta

@shntnu
Copy link
Contributor Author

shntnu commented Apr 22, 2022

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/

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

2 participants