Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e0e2316
Add QC capsules, unify scripts, update capsule versions
alejoe91 May 13, 2025
3187d87
Update to si-0.102.3 and DSL2
alejoe91 May 13, 2025
dac5163
Update NWB requirements and fix process name in slurm config
alejoe91 May 13, 2025
0f47c13
Add torch to base image and update capsule env
alejoe91 May 14, 2025
d005caf
clean up config_w_resources
alejoe91 May 14, 2025
705aed0
Merge branch 'improve-user-exp' of github.com:AllenNeuralDynamics/ain…
alejoe91 May 14, 2025
3585164
clean up config
alejoe91 May 14, 2025
863d9a1
Fix time handling in DSL2
alejoe91 May 15, 2025
ea6da0d
update ks4 commit
alejoe91 May 16, 2025
088aaee
Update docs and file names
alejoe91 May 20, 2025
c8ca8ee
Fix conflicts
alejoe91 May 20, 2025
1b38ee5
Merge branch 'main' of github.com:AllenNeuralDynamics/aind-ephys-pipe…
alejoe91 May 20, 2025
bd86c9d
Fix tests
alejoe91 May 20, 2025
7a32f00
Update nextflow version in tests
alejoe91 May 20, 2025
cbb0e80
Add nextfloe_test.config
alejoe91 May 20, 2025
41ece84
Cleanup unused apps for space
alejoe91 May 20, 2025
451c27c
Update docker images and add spikeitnerface input type
alejoe91 May 20, 2025
aa560cd
Add --params_file input, cleam up README
alejoe91 May 28, 2025
3c899a0
Fix test params json
alejoe91 May 28, 2025
9b00a0a
Fix remapping in collect results process and results copy
alejoe91 May 28, 2025
dcce25e
Final touches
alejoe91 May 28, 2025
fec3458
Add default_params.json file
alejoe91 Jun 3, 2025
4ffd5b2
Update preprocessing
alejoe91 Jun 3, 2025
1080585
update postprocessing
alejoe91 Jun 3, 2025
fdc397e
Initialize params
alejoe91 Jun 3, 2025
54b4130
Update troubleshooting
alejoe91 Jun 3, 2025
1dc0b25
update docs
alejoe91 Jun 3, 2025
5d19d6d
update params undefined
alejoe91 Jun 3, 2025
728ee30
Add HF_HUB_CACHE troubleshoot
alejoe91 Jun 3, 2025
7783d3c
add mplconfigsir to troubleshoot
alejoe91 Jun 3, 2025
b343244
typo
alejoe91 Jun 3, 2025
ea2e7cd
More troubleshooting
alejoe91 Jun 3, 2025
429a3ef
Fix naming in config
alejoe91 Jun 3, 2025
fb4ddc5
comment out bind command
alejoe91 Jun 3, 2025
f26fa34
Add github action to codespell main on push and PRs
yarikoptic Jun 4, 2025
259801d
Add rudimentary codespell config
yarikoptic Jun 4, 2025
a5a33da
[DATALAD RUNCMD] run codespell throughout fixing typos automagically …
yarikoptic Jun 4, 2025
6ec7eac
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos i…
yarikoptic Jun 4, 2025
da14837
Fix kachery docs
alejoe91 Jun 4, 2025
d07b800
Update README
alejoe91 Jun 4, 2025
d945e5e
Update README 2
alejoe91 Jun 4, 2025
680ea76
Fix typos
alejoe91 Jun 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.svg,.codespellrc
check-hidden = true
# ignore-regex =
# ignore-words-list =
25 changes: 25 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Codespell configuration is within .codespellrc
---
name: Codespell

on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Annotate locations with typos
uses: codespell-project/codespell-problem-matcher@v1
- name: Codespell
uses: codespell-project/actions-codespell@v2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The pipeline is based on [Nextflow](https://www.nextflow.io/) and it includes th

The documentation is available at [ReadTheDocs](https://aind-ephys-pipeline.readthedocs.io/en/latest/).


## Code Ocean Deployment (AIND)

At AIND, the pipeline is deployed on the Code Ocean platform. Since currently Code Ocean does not support conditional processes, pipelines running different sorters and AIND-specific options are implemented in separate branches.
Expand Down
2 changes: 1 addition & 1 deletion RELASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

### New features:
* Removed unit classifier process (moved to curation)
* Centralized capsule verions
* Centralized capsule versions
* Added CI tests and automated deployments


Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Local Setup
# Optional: Set custom Kachery zone
export KACHERY_ZONE="your-zone"

d. (optional) Set up a custom kachery zone:
c. (optional) Set up a custom kachery zone:

If you plan to use the Figurl service extensively, plese consider creating your own "zone".
If you plan to use the Figurl service extensively, please consider creating your own "zone".
Follow the instructions in the `Kachery documentation <https://github.com/magland/kachery>`_.

SLURM Setup
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases/si-0.102.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Bug fixes
New features
------------
* Removed unit classifier process (moved to curation)
* Centralized capsule verions
* Centralized capsule versions
* Added CI tests and automated deployments
2 changes: 1 addition & 1 deletion tests/test_pipeline_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# * Appropriate resources allocation, e.g.
# `salloc -N 1 -n 12 -t 00:30:00 --gres=gpu:1 --mem=32G`

# * Environement with nextflow and the required dependencies installed
# * Environment with nextflow and the required dependencies installed
# e.g., create an environment.yml file with the following content:
# ```
# name: aind-ephys-pipeline
Expand Down