Skip to content

Commit

Permalink
Merge pull request #16015 from boegel/20220810102957_new_pr_Pysam0191
Browse files Browse the repository at this point in the history
{bio}[GCC/11.3.0] Pysam v0.19.1 w/ Python 3.10.4
  • Loading branch information
Micket authored Aug 10, 2022
2 parents 3d3ff12 + 0821339 commit be8529d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/p/Pysam/Pysam-0.19.1-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonPackage'

name = 'Pysam'
version = '0.19.1'

homepage = 'https://github.com/pysam-developers/pysam'
description = """Pysam is a python module for reading and manipulating Samfiles.
It's a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix."""

toolchain = {'name': 'GCC', 'version': '11.3.0'}

source_urls = ['https://github.com/pysam-developers/pysam/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['c33a51324fc4191bbfb135e93bf0c9b85ac9dad1320fb852a8af47c38626e37a']

dependencies = [
('Python', '3.10.4'),
('ncurses', '6.3'),
('cURL', '7.83.0'),
('XZ', '5.2.5'),
]

download_dep_fail = True
use_pip = True

sanity_pip_check = True

moduleclass = 'bio'

0 comments on commit be8529d

Please sign in to comment.