From 2afd66df40c9b38a418797a54b1ee1c58d8b4a83 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Mon, 29 Sep 2025 11:33:01 -0400 Subject: [PATCH] Fix single-mouse-corrected-corners workflow, variable typo for PREPARE_DATA reference --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index b50f7599..7dc08ae3 100644 --- a/main.nf +++ b/main.nf @@ -40,7 +40,7 @@ workflow{ // Integrate annotations back into pose files // This branch requires files to be local and already url-ified PREPARE_DATA(params.input_batch, params.location, true) - INTEGRATE_CORNER_ANNOTATIONS(PREPATE_DATA.out.file_processing_channel, params.sleap_file) + INTEGRATE_CORNER_ANNOTATIONS(PREPARE_DATA.out.file_processing_channel, params.sleap_file) ADD_DUMMY_VIDEO(INTEGRATE_CORNER_ANNOTATIONS.out, params.clip_duration) paired_video_and_pose = ADD_DUMMY_VIDEO.out[0]