Skip to content

Commit

Permalink
Merge pull request #17334 from boegel/20230215125226_new_pr_scHiCExpl…
Browse files Browse the repository at this point in the history
…orer7

{bio}[foss/2022a] scHiCExplorer v7 w/ Python 3.10.4
  • Loading branch information
verdurin authored Feb 19, 2023
2 parents 03e0eb8 + c52b6f8 commit 3e0da64
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'PythonBundle'

name = 'scHiCExplorer'
version = '7'

homepage = 'https://schicexplorer.readthedocs.io'
description = """The scHiCExplorer is a software to demultiplex, process, correct, normalize, manipulate, analyse and
visualize single-cell Hi-C data."""

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

dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('scikit-learn', '1.1.2'),
('HiCExplorer', '3.7.2'),
('HiCMatrix', '17'),
('cooler', '0.9.1'),
('sparse-neighbors-search', '0.7'),
]

use_pip = True

exts_list = [
(name, version, {
'source_urls': ['https://github.com/joachimwolff/scHiCExplorer/archive/'],
'sources': ['%(version)s.tar.gz'],
'checksums': ['8ccc4bc40b7d4da055fcb98c5962500143cb72bf652de584bd69dd8419d1d8ab'],
}),
]

sanity_pip_check = True

moduleclass = 'bio'

0 comments on commit 3e0da64

Please sign in to comment.