Skip to content

Commit

Permalink
update easyblock of pybedtools
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Nov 27, 2024
1 parent 3b51546 commit c99da1e
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'PythonBundle'
easyblock = 'PythonPackage'

name = 'pybedtools'
version = '0.10.0'
Expand All @@ -8,6 +8,9 @@ description = "pybedtools wraps and extends BEDTools and offers feature-level ma

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

sources = [SOURCE_TAR_GZ]
checksums = ['1a6fbaad23b013becc741d7d5922a2df03e391bc44ff92772ffb7dd456711161']

dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.11'),
Expand All @@ -16,12 +19,7 @@ dependencies = [
]

use_pip = True
download_dep_fail = True
sanity_pip_check = True

exts_list = [
(name, version, {
'checksums': ['1a6fbaad23b013becc741d7d5922a2df03e391bc44ff92772ffb7dd456711161'],
}),
]

moduleclass = 'bio'

0 comments on commit c99da1e

Please sign in to comment.