From c7076cb152ad65026a8f060e2f6633e4ed405e4e Mon Sep 17 00:00:00 2001 From: Tom Donoghue Date: Mon, 24 Apr 2023 17:15:42 -0400 Subject: [PATCH] JacobsSU -> HSUPipeline --- README.md | 4 ++-- metadata/study_info.yaml | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07c3b38..5bada8e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Any such processing and analysis steps should be done separate to this data conv Note that this template does not itself implement any utilities - the underlying general functionality is all implemented in the -[convnwb](https://github.com/JacobsSU/convnwb) +[convnwb](https://github.com/HSUPipeline/convnwb) module. This module is then aliased into the `conv` folder, on top of which any needed customizations and additions can be made. @@ -73,7 +73,7 @@ This template requires Python >= 3.7. As well as typical scientific Python packages, dependencies include: - [pynwb](https://github.com/NeurodataWithoutBorders/pynwb) -- [convnwb](https://github.com/JacobsSU/convnwb) +- [convnwb](https://github.com/HSUPipeline/convnwb) The full list of dependencies is listed in `requirements.txt`. diff --git a/metadata/study_info.yaml b/metadata/study_info.yaml index 5dcb9de..08f7781 100644 --- a/metadata/study_info.yaml +++ b/metadata/study_info.yaml @@ -9,7 +9,7 @@ experiment_description: XX institution: Columbia University keywords: - XX -source_script: https://github.com/JacobsSU/ConvertXX/ +source_script: https://github.com/HSUPipeline/ConvertXX/ source_script_file_name: XX data_collection: XX stimulus_notes: XX diff --git a/requirements.txt b/requirements.txt index b980f1e..3a86b95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy pynwb -convnwb @ git+https://github.com/JacobsSU/convnwb.git@main +convnwb @ git+https://github.com/HSUPipeline/convnwb.git@main