diff --git a/nwb-guide.spec b/nwb-guide.spec index 06d965512..5e0fd67c5 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -45,6 +45,8 @@ tmp_ret = collect_all('tifffile') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('dlc2nwb') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] +tmp_ret = collect_all('sleap_io') +datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('ndx_pose') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('tzdata') diff --git a/src/example_pipelines.yml b/src/example_pipelines.yml index ae05a3a0c..857d8e1e8 100644 --- a/src/example_pipelines.yml +++ b/src/example_pipelines.yml @@ -168,3 +168,13 @@ DeepLabCut: DeepLabCutInterface: file_path: behavior_testing_data/DLC/m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5 config_file_path: behavior_testing_data/DLC/config.yaml + +SLEAP: + metadata: + NWBFile: + session_start_time: 2024-05-09T00:00 + + interfaces: + SLEAPInterface: + file_path: behavior_testing_data/sleap/predictions_1.2.7_provenance_and_tracking.slp + video_file_path: behavior_testing_data/sleap/melanogaster_courtship.mp4