Skip to content

Commit 27258db

Browse files
author
alberta
committed
adding easyconfigs: kilosort-4.0.13-foss-2022a.eb
1 parent dbdaacc commit 27258db

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
easyblock = 'PythonBundle'
2+
3+
name = 'kilosort'
4+
version = '4.0.13'
5+
homepage = 'https://github.com/MouseLand/Kilosort'
6+
description = """
7+
Kilosort4 is a Python package for spike sorting on GPUs with template matching.
8+
The software uses new graph-based approaches to clustering that improve performance
9+
compared to previous versions
10+
"""
11+
toolchain = {'name': 'foss', 'version': '2022a'}
12+
13+
14+
dependencies = [
15+
('Python', '3.10.4'),
16+
('PyTorch', '1.12.1', '-CUDA-11.7.0'),
17+
('SciPy-bundle', '2022.05'),
18+
('matplotlib', '3.5.2'),
19+
('h5py', '3.7.0'),
20+
('scikit-learn', '1.2.2'),
21+
('tqdm', '4.64.0'),
22+
('numba', '0.56.4', '-CUDA-11.7.0'),
23+
]
24+
25+
use_pip = True
26+
exts_list = [
27+
('faiss-cpu', '1.8.0', {
28+
'modulename': 'faiss',
29+
'source_urls': ['https://files.pythonhosted.org/packages/06/f0/47615aeed86433e6ed84ea1c5e6fc650723fead0d7c30d56c78689bdb0b6/'],
30+
'sources': ['faiss_cpu-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl'],
31+
'checksums': ['51aaef5a1255d0ea88ea7e52a2415f98c5dd2dd9cec10348d55136541eeec99f'],
32+
}),
33+
(name, version, {
34+
'checksums': ['6b3c24290a21f310a70f1ec4454d41c8a111babda145ccf1ec3f12046a48b5f8'],
35+
}),
36+
]
37+
38+
sanity_pip_check = True
39+
40+
moduleclass = 'tools'

0 commit comments

Comments
 (0)