-
Notifications
You must be signed in to change notification settings - Fork 2
Updates to public quilt data #166
base: master
Are you sure you want to change the base?
Conversation
|
@mfs4rd can you add some description of what this PR is doing? For example why removing the test dataset downloading? |
|
@vianamp Updated PR description. Test data downloading has been removed since there are no subsets of the data provided in the public dataset as in the private dataset. We would need to implement a method of properly sampling the dataset and trimming the relevant manifests if we want to keep this feature. |
vianamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Filip. Looks great!
| --image_csv ./quilt_data_contrasted_test/metadata.csv \ | ||
| --defaults_json fish_morphology_code/cellprofiler/cellprofiler_image_set_defaults.json \ | ||
| --path_key rescaled_2D_fov_tiff_path \ | ||
| --local_path ./quilt_data_contrasted_test \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove test from the path since there is no longer a test set?
Purpose
This updates the quilt paths used to download data used in the paper to match what is on the publicly available dataset
Key changes