Skip to content

Commit

Permalink
Merge pull request #1 from slcalgin/main
Browse files Browse the repository at this point in the history
Neuropixels loader
  • Loading branch information
gviejo authored Sep 28, 2023
2 parents d50a310 + d4e885e commit cae4844
Show file tree
Hide file tree
Showing 6 changed files with 2,843 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ $ conda create --name nwbmatic pip python=3.8
$ conda activate nwbmatic
$ pip install nwbmatic
```
if you would like the option to use our feature that loads data from the Allen Institute (optional):
``` {.sourceCode .shell}
$ pip install nwbmatic[allen]
```

or directly from the source code:

Expand All @@ -68,6 +72,7 @@ This procedure will install all the dependencies including
> - numpy
> - pynwb 2.0
> - h5py
> - allensdk
Example
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Contributors

- Sara Mahallati
- Luigi Petrucco
- Selen Calgi
- Selen Calgin
Loading

0 comments on commit cae4844

Please sign in to comment.