Skip to content

Commit

Permalink
Merge pull request #20342 from jkuhl-uni/nanomath-1.3.0-foss-2022b
Browse files Browse the repository at this point in the history
{bio}[foss/2022b] nanomath 1.3.0
  • Loading branch information
verdurin committed Apr 15, 2024
2 parents c627508 + de67a4b commit 94d9da5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions easybuild/easyconfigs/n/nanomath/nanomath-1.3.0-foss-2022b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Author: Pavel Grochal (INUITS)
# License: GPLv2
# Update: Petr Král (INUITS)

easyblock = 'PythonBundle'

name = 'nanomath'
version = '1.3.0'

homepage = 'https://github.com/wdecoster/nanomath'
description = "A few simple math functions for other Oxford Nanopore processing scripts"

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

dependencies = [
('Python', '3.10.8'),
('SciPy-bundle', '2023.02'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('Python-Deprecated', '1.1.0', {
'modulename': 'deprecated',
'checksums': ['a242b3c1721f97912330b12cd5529abfa5b3876084a6c60a2c683a87d4b0dd6f'],
}),
(name, version, {
'checksums': ['c35a024b10b34dd8f539cefed1fd69e0a46d18037ca48bed63c7941c67ae028e'],
}),
]

moduleclass = 'math'

0 comments on commit 94d9da5

Please sign in to comment.