Skip to content

Commit

Permalink
JacobsSU -> HSUPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Apr 24, 2023
1 parent 33c9da0 commit c7076cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion metadata/study_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
pynwb
convnwb @ git+https://github.com/JacobsSU/convnwb.git@main
convnwb @ git+https://github.com/HSUPipeline/convnwb.git@main

0 comments on commit c7076cb

Please sign in to comment.