File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ pipelines:
3838 CellExplorerRecordingInterface :
3939 folder_path : ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
4040
41-
4241 CellExplorerUnits :
4342 CellExplorerRecordingInterface :
4443 folder_path : ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
@@ -48,3 +47,12 @@ pipelines:
4847 IntanSingleFileRecording :
4948 IntanRecordingInterface :
5049 file_path : ephy_testing_data/intan/intan_rhd_test_1.rhd
50+
51+ BrukerTiffMultiChannelSinglePlane :
52+ BrukerTiffSinglePlaneConverter :
53+ folder_path : ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000
54+
55+ DeepLabCut :
56+ DeepLabCutInterface :
57+ file_path : behavior_testing_data/DLC/m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5
58+ config_file_path : behavior_testing_data/DLC/config.yaml
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ tmp_ret = collect_all('tifffile')
4646datas += tmp_ret [0 ]; binaries += tmp_ret [1 ]; hiddenimports += tmp_ret [2 ]
4747tmp_ret = collect_all ('dlc2nwb' )
4848datas += tmp_ret [0 ]; binaries += tmp_ret [1 ]; hiddenimports += tmp_ret [2 ]
49-
49+ tmp_ret = collect_all ('ndx-pose' )
50+ datas += tmp_ret [0 ]; binaries += tmp_ret [1 ]; hiddenimports += tmp_ret [2 ]
5051
5152block_cipher = None
5253
You can’t perform that action at this time.
0 commit comments