Open shntnu opened 2 years ago
Hi,
Thanks very much for your fast answer. Yes, exactly. What I am looking for is a segmentation mask for the cells in BBBC021. I have tried to get the CellProfiler projects in the repository to work, but the set up does not seem to match the names of the downloaded files. I also could not manage to utilize the software on remote servers. For now I am using 96x96x3 crops as in the uploaded image. However I would definitely benefit for exact single-cell outlines like the ones in the CytoGAN paper.
Is there any public binary mask for BBBC021?
Thank you again for your support and for the great datasets!
Sounds good
These files are available internally at s3://imaging-platform/projects/dp_treatment-classification_az/
We will need to move them to a publicly accessible location and then ensure that all the contents can be made available as is.
I can't promise a fast turnaround but I'll keep this on my list.
Update: we should move it to s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/deep_learning
aws s3 rm --recursive s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/
s3://imaging-platform/projects/dp_treatment-classification_az
python3 restore_intelligent.py imaging-platform projects/dp_treatment-classification_az/dp-project/ --max_workers 8 --logfile dp-project_log.csv
source=s3://imaging-platform/projects/dp_treatment-classification_az/dp-project/
destination=s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/deep_learning
aws s3 sync \
--quiet \
--profile jump-cp-role \
--acl bucket-owner-full-control \
--request-payer requester \
--metadata-directive REPLACE \
${source} \
${destination}
aws s3 ls --recursive $source|wc -l
aws s3 ls --recursive $destination|wc -l
Similarly
python3 restore_intelligent.py imaging-platform projects/dp_treatment-classification_az/workspace/analysis/ljosa_2013/ --max_workers 8 --logfile analysis_log.csv
source=s3://imaging-platform/projects/dp_treatment-classification_az/workspace/analysis/ljosa_2013/
destination=s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/analysis/ljosa_2013/
aws s3 sync \
--quiet \
--profile jump-cp-role \
--acl bucket-owner-full-control \
--request-payer requester \
--metadata-directive REPLACE \
${source} \
${destination}
aws s3 ls --recursive $source|wc -l
aws s3 ls --recursive $destination|wc -l
python3 restore_intelligent.py imaging-platform projects/dp_treatment-classification_az/workspace/load_data_csv/ljosa_2013/ --max_workers 8 --logfile load_data_csv_log.csv
source=s3://imaging-platform/projects/dp_treatment-classification_az/workspace/load_data_csv/ljosa_2013/
destination=s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/load_data_csv/ljosa_2013/
aws s3 sync \
--quiet \
--profile jump-cp-role \
--acl bucket-owner-full-control \
--request-payer requester \
--metadata-directive REPLACE \
${source} \
${destination}
aws s3 ls --recursive $source|wc -l
aws s3 ls --recursive $destination|wc -l
python3 restore_intelligent.py imaging-platform projects/dp_treatment-classification_az/workspace/backend/ljosa_2013/ --max_workers 8 --logfile backend_csv_log.csv
source=s3://imaging-platform/projects/dp_treatment-classification_az/workspace/backend/ljosa_2013/
destination=s3://cellpainting-gallery/cpg0010-caie-drugresponse/workspace/backend/ljosa_2013/
aws s3 sync \
--quiet \
--profile jump-cp-role \
--acl bucket-owner-full-control \
--request-payer requester \
--metadata-directive REPLACE \
${source} \
${destination}
aws s3 ls --recursive $source|wc -l
aws s3 ls --recursive $destination|wc -l
python3 restore_intelligent.py imaging-platform projects/dp_treatment-classification_az/workspace/images --max_workers 8 --logfile images_log.csv
source=s3://imaging-platform/projects/dp_treatment-classification_az/workspace/images
destination=s3://cellpainting-gallery/cpg0010-caie-drugresponse/broad-az/images
parallel \
--dry-run \
aws s3 sync \
--quiet \
--profile jump-cp-role \
--acl bucket-owner-full-control \
--request-payer requester \
--metadata-directive REPLACE \
${source}/Week{1}/ \
${destination}/Week{1}/images/ ::: 1 2 3 4 5 6 7 8 9 10
aws s3 ls --recursive $source|wc -l
aws s3 ls --recursive $destination|wc -l
For our notes:
This should be the same (processed version of the) dataset that we used in all these publications
Thank you again for your help!
@allepalma The files are now available at s3://cellpainting-gallery/cpg0010-caie-drugresponse/
Unfortunately, the documentation is pretty sparse so you'd need to figure out the structure yourself (and please add notes to this issue in case you have any clarifying notes for future users)
Alessandro Palma asked:
Alessandro, I suppose you are already familiar with this (primary) resource? https://bbbc.broadinstitute.org/BBBC021 but that you are looking for the processed version?