From 472c4f3d4ea9fafd25070df2619db5eb19d94824 Mon Sep 17 00:00:00 2001 From: codycbakerphd Date: Thu, 11 Apr 2024 00:03:13 -0400 Subject: [PATCH] more debugging and testing pipelines --- guide_testing_suite.yml | 10 +++++++++- nwb-guide.spec | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/guide_testing_suite.yml b/guide_testing_suite.yml index 2579194a0..977185a70 100644 --- a/guide_testing_suite.yml +++ b/guide_testing_suite.yml @@ -38,7 +38,6 @@ pipelines: CellExplorerRecordingInterface: folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed - CellExplorerUnits: CellExplorerRecordingInterface: folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed @@ -48,3 +47,12 @@ pipelines: IntanSingleFileRecording: IntanRecordingInterface: file_path: ephy_testing_data/intan/intan_rhd_test_1.rhd + + BrukerTiffMultiChannelSinglePlane: + BrukerTiffSinglePlaneConverter: + folder_path: ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000 + + DeepLabCut: + DeepLabCutInterface: + file_path: behavior_testing_data/DLC/m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5 + config_file_path: behavior_testing_data/DLC/config.yaml diff --git a/nwb-guide.spec b/nwb-guide.spec index 6330e8072..30cf053b7 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -46,7 +46,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('ndx-pose') +datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] block_cipher = None