Skip to content

Make function to create nice list of image types from negative control regions and types #95

@strixy16

Description

@strixy16
negative_controls = [f"{negative_control[0]}_{negative_control[1]}" for negative_control in itertools.product(NEG_CONTROL_TYPES, NEG_CONTROL_REGIONS)]
image_types = ["original"] + negative_controls

make above code into a helper function

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions