Skip to content

Handbook discrepancy: <top-level>/<batch> vs. <top-level>/images/<batch>  #71

Description

@shntnu

The Cell Painting Gallery and the Profiling Handbook specify different nesting structures for images.

Should we try to resolve it by modifying the handbook to suit? Note that when deciding the folder structure for the gallery, we did start with the handbook structure and then modified it because we felt this new structure (used in Cell Painting Gallery) made more sense.

It's not mandatory to resolve this discrepancy because it can easily be handled during sync.

Cell Painting Gallery: https://github.com/broadinstitute/cellpainting-gallery/blob/0d63bf7db1c5db70675de37fe18577e3cb537e3c/folder_structure.md#images-folder-structure

    └── <top-level>
        └── images
        │   ├── YYYY_MM_DD_<batch-name>
        │   │   ├── illum
        │   │   │   ├── <plate-name>
        │   │   │   │   ├── <plate-name>_Illum<Channel>.npy
        │   │   │   │   └── <plate-name>_Illum<Channel>.npy
        │   │   │   └── <plate-name>
        │   │   └── images
        │   │       ├── <full-plate-name>
        │   │       └── <full-plate-name>
        │   └── YYYY_MM_DD_<batch-name>
        └── workspace

Profiling Handbook: https://github.com/cytomining/profiling-handbook/blob/2c4dc1ba62ef5141ceb789494d450f6ba14fe05e/06-appendix.md#directory-structure

    └── <top-level>
        ├── YYYY_MM_DD_<batch-name>
        │   ├── illum
        │   │   ├── <plate-name>
        │   │   │   ├── <plate-name>_Illum<Channel>.npy
        │   │   │   └── <plate-name>_Illum<Channel>.npy
        │   │   └── <plate-name>
        │   └── images
        │       ├── <full-plate-name>
        │       └── <full-plate-name>
        └── YYYY_MM_DD_<batch-name>
        └── workspace

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions