Skip to content

Commit

Permalink
Merge pull request #878 from NeurodataWithoutBorders/fix_sleap_in_build
Browse files Browse the repository at this point in the history
Fix sleap_io build
  • Loading branch information
CodyCBakerPhD authored Jun 24, 2024
2 parents f4e7ac2 + bdb081e commit 4e3b133
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
10 changes: 10 additions & 0 deletions src/example_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e3b133

Please sign in to comment.