Skip to content

Commit 80cea4d

Browse files
committed
Insert CLEM data with correct experiment type ID
1 parent e292f91 commit 80cea4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/murfey/workflows/clem/register_preprocessing_results.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ def _register_dcg_and_atlas(
225225
"visit_number": visit_number,
226226
"session_id": session_id,
227227
"tag": dcg_name,
228-
"experiment_type": "experiment",
229-
"experiment_type_id": None,
228+
"experiment_type_id": 45,
230229
"atlas": atlas_name,
231230
"atlas_pixel_size": atlas_pixel_size,
232231
"sample": None,

0 commit comments

Comments
 (0)