Skip to content

Commit 01f0945

Browse files
committed
Add .icarch file extension support in uploader configuration
1 parent b519ca4 commit 01f0945

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

web/biomero-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"FILE_OR_EXTENSION_PATTERNS_EXCLUSIVE": [
77
"experiment.db",
8-
".xlef"
8+
".xlef",
9+
".icarch"
910
],
1011
"UPLOADER_NESTED_FILE_EXTENSIONS": [
1112
".lif",
@@ -15,7 +16,8 @@
1516
".lif": "dataset_leica_uuid",
1617
".xlef": "dataset_leica_uuid",
1718
".lof": "dataset_leica_uuid",
18-
".db": "screen_db"
19+
".db": "screen_db",
20+
".icarch": "incucyte_archive"
1921
},
2022
"PREPROCESSING_CONFIG": {
2123
"screen_db": {
@@ -32,6 +34,9 @@
3234
"extra_params": {
3335
"image_uuid": "{UUID}"
3436
}
37+
},
38+
"incucyte_archive": {
39+
"container": "cellularimagingcf/biomero-converter:latest"
3540
}
3641
}
3742
}

0 commit comments

Comments
 (0)