Skip to content

Commit 84a7d86

Browse files
committed
Add constants for dataset attaching
1 parent 84c0384 commit 84a7d86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

biomero/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ class results:
7373
TASK_ID = "Task_ID"
7474
OUTPUT_ATTACH_PROJECT = "Output - Attach as zip to project?"
7575
OUTPUT_ATTACH_PROJECT_ID = "Project"
76+
OUTPUT_ATTACH_DATASET = "Output - Attach as zip to dataset?"
77+
OUTPUT_ATTACH_DATASET_ID = "Dataset_Attach"
7678
OUTPUT_ATTACH_PLATE = "Output - Attach as zip to plate?"
7779
OUTPUT_ATTACH_PLATE_ID = "Plate"
7880
OUTPUT_ATTACH_OG_IMAGES = "Output - Add as attachment to original images"

0 commit comments

Comments
 (0)