Skip to content

Commit

Permalink
Env variables for DLC. See details.
Browse files Browse the repository at this point in the history
- Migrate DLC path variables to settings.py
- Rename DLC vars: `DLC_X_PATH` -> `DLC_X_DIR`
- Add note on vars and and multicam to notebook
- Clean up spike sorting, grab waveform var from settings.py
  • Loading branch information
CBroz1 committed Dec 20, 2023
1 parent b3a38b3 commit 7a7dec9
Show file tree
Hide file tree
Showing 10 changed files with 382 additions and 221 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- Refactor restriction use in `delete_downstream_merge` #703
- Minor fixes to LFPBandV1 populator #706
- Add `cautious_delete` to Mixin class, initial implementation. #711
- DLC path handling:
- Allow setting from config file.
- Env variable convention: `DLC_X_PATH` -> `DLC_X_DIR`.

## [0.4.3] (November 7, 2023)

Expand Down
7 changes: 5 additions & 2 deletions dj_local_conf_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@
},
"custom": {
"spyglass_dirs": {
"base": "/your/base/path"
"base": "/your/path/like/stelmo/nwb/"
},
"kachery_dirs": {
"cloud": "/your/base/path/.kachery_cloud"
"cloud": "/your/path/.kachery_cloud"
},
"dlc_dirs": {
"base": "/your/path/like/nimbus/deeplabcut/"
},
"kachery_zone": "franklab.default"
}
Expand Down
Loading

0 comments on commit 7a7dec9

Please sign in to comment.