https://github.com/braingeneers/kilosort4
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: braingeneers
- Language: Python
- Default Branch: main
- Size: 23.4 KB
Statistics
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Kilosort4 Workflow
Intended to be run on the National Research Platform (NRP). Given a Maxwell hdf5 filepath in s3, this can launch a Job on a Pod, download the Maxwell hdf5 file, run kilosort4 on it, and upload the data back to s3.
NOTE: Currently uses the default parameters that SpikeInterface chooses.
Running on the NRP
To launch this container as a basic Job, modify the kubernetes yaml file with your Maxwell hdf5 filepath in s3, and run the example kubernetes yaml file with:
kubectl apply -f run.yaml
For example, given a Maxwell hdf5 s3 input path at:
"s3://braingeneers/ephys/{uuid}/original/data/{filename}.raw.hdf5"
this will deposit kilosort4 results at:
"s3://braingeneers/ephys/{uuid}/derived/{filename}.raw.hdf5.ks4.zip"
Building and Publishing the Container
To build the kilosort4 container, login to quay.io to host the docker image in quay:
docker login quay.io
To build the image:
docker build . -t quay.io/ucsc_cgl/kilosort4:12.4.1cudnn-runtime-ubuntu22.04
To push the image:
docker push quay.io/ucsc_cgl/kilosort4:12.4.1cudnn-runtime-ubuntu22.04
Owner
- Name: braingeneers
- Login: braingeneers
- Kind: organization
- Repositories: 15
- Profile: https://github.com/braingeneers
GitHub Events
Total
- Watch event: 2
- Push event: 9
- Pull request review event: 3
- Pull request review comment event: 7
- Pull request event: 2
- Create event: 6
Last Year
- Watch event: 2
- Push event: 9
- Pull request review event: 3
- Pull request review comment event: 7
- Pull request event: 2
- Create event: 6