Skip to content

Commit

Permalink
Merge pull request #20343 from jkuhl-uni/pauvre-0.2.3-foss-2022b
Browse files Browse the repository at this point in the history
{math}[foss/2022b] pauvre v0.2.3
  • Loading branch information
bedroge committed Apr 26, 2024
2 parents 1fd9c89 + da7c9b9 commit 91672d0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/p/pauvre/pauvre-0.2.3-foss-2022b.eb
@@ -0,0 +1,40 @@
# Author: Pavel Grochal (INUITS)
# License: GPLv2

easyblock = 'PythonPackage'

name = 'pauvre'
version = '0.2.3'

homepage = 'https://github.com/conchoecia/pauvre'
description = "Tools for plotting Oxford Nanopore and other long-read data"

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

sources = [SOURCE_TAR_GZ]
checksums = ['ba756bc9025ae7edafd91092d12a57864f018958fd46b548e9eeda7167ee197d']

dependencies = [
('Python', '3.10.8'),
('SciPy-bundle', '2023.02'),
('Biopython', '1.81'),
('scikit-learn', '1.2.1'),
('matplotlib', '3.7.0'),
]

download_dep_fail = True
use_pip = True

# fix incorrect requirement, correct name is 'scikit-learn'
preinstallopts = "sed -i 's/sklearn/scikit-learn/g' setup.py && "

sanity_check_paths = {
'files': ['bin/pauvre'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

sanity_check_commands = ["pauvre --help"]

sanity_pip_check = True

moduleclass = 'math'

0 comments on commit 91672d0

Please sign in to comment.