Skip to content

Improve efficiency for processing CellProfiler output #3

@tcrombie

Description

@tcrombie

The processing of CellProfiler output is written inefficiently. This process uses find to identify files to move from all the group subdirectories for a project, it can take 40 min on larger on a 16k image dataset.

Quick suggestion in code/noncode, lol:

  1. cat */{model_name}.csv > unpublished file
  2. sed “remove header” from upublished file > publish final .csv

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions