Skip to content
Merged
Changes from all commits
Commits
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
43 changes: 43 additions & 0 deletions easybuild/easyconfigs/i/infercnvpy/infercnvpy-0.4.3-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
easyblock = 'PythonBundle'

name = 'infercnvpy'
version = '0.4.3'

homepage = 'https://github.com/icbi-lab/infercnvpy'
description = "Infer copy number variation (CNV) from scRNA-seq data. Plays nicely with Scanpy."

toolchain = {'name': 'foss', 'version': '2023a'}

builddependencies = [('hatchling', '1.18.0')]

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
('SciPy-bundle', '2023.07'),
('tqdm', '4.66.1'),
('IPython', '8.14.0'),
('leidenalg', '0.10.2'),
('scanpy', '1.9.8'),
('anndata', '0.10.5.post1'),
]

use_pip = True

exts_list = [
('gtfparse', '1.3.0', {
'checksums': ['d957f18e5f70413f89a28ef83068c461b6407eb38fd30e99b8da3d69143527b1'],
}),
('pyreadr', '0.4.7', {
'checksums': ['901110d62b4bedaef288f4db81425fb696edc721fe2c34c1083f5fb11050a73c'],
}),
('session_info', '1.0.0', {
'checksums': ['3cda5e03cca703f32ae2eadbd6bd80b6c21442cfb60e412c21cb8ad6d5cbb6b7'],
}),
(name, version, {
'checksums': ['2ca7230742fda1a0e7e0d9652d290e6b303b9c08ff37c1e7a8459b4b6ec5742b'],
}),
]

sanity_pip_check = True

moduleclass = 'bio'