cytomining / cytomining/profiling-handbook

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

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
11
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/jump-cellpainting/aws/issues/53) 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

```
└──
└── images
│ ├── YYYY_MM_DD_
│ │ ├── illum
│ │ │ ├──
│ │ │ │ ├── _Illum.npy
│ │ │ │ └── _Illum.npy
│ │ │ └──
│ │ └── images
│ │ ├──
│ │ └──
│ └── YYYY_MM_DD_
└── workspace
```

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

```
└──
├── YYYY_MM_DD_
│ ├── illum
│ │ ├──
│ │ │ ├── _Illum.npy
│ │ │ └── _Illum.npy
│ │ └──
│ └── images
│ ├──
│ └──
└── YYYY_MM_DD_
└── workspace
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.