Skip to content

Commit 7305a06

Browse files
authored
Merge pull request #24738 from rmoretti/biom-format_foss_2025a
{bio}[foss/2025a] biom-format v2.1.17
2 parents 4625b90 + 89ac1a8 commit 7305a06

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
##
2+
# This is a contribution from DeepThought HPC Service, Flinders University, Adelaide, Australia
3+
# Homepage: https://staff.flinders.edu.au/research/deep-thought
4+
#
5+
# Authors:: Robert Qiao <rob.qiao@flinders.edu.au>
6+
# License:: Revised BSD
7+
#
8+
# Notes:: updated by Kenneth Hoste (HPC-UGent) for foss/2021b
9+
##
10+
# Updated: Petr Král (INUITS)
11+
# Lara Peeters (Ghent University)
12+
# Rafael Moretti (UiB)
13+
14+
easyblock = 'PythonPackage'
15+
16+
name = 'biom-format'
17+
version = '2.1.17'
18+
19+
homepage = 'https://biom-format.org'
20+
description = """
21+
The BIOM file format (canonically pronounced biome) is designed to be
22+
a general-use format for representing biological sample by observation
23+
contingency tables. BIOM is a recognized standard for the Earth Microbiome
24+
Project and is a Genomics Standards Consortium supported project.
25+
"""
26+
27+
toolchain = {'name': 'foss', 'version': '2025a'}
28+
toolchainopts = {'usempi': True}
29+
30+
source_urls = ['https://github.com/biocore/biom-format/archive/refs/tags']
31+
sources = ['%(version)s.tar.gz']
32+
checksums = ['70dc179472330e6cfb1b1e3483bcf3e17a9dedd91e7ee7c38b2906f1852cb042']
33+
34+
builddependencies = [
35+
('Cython', '3.1.1'),
36+
]
37+
38+
dependencies = [
39+
('Python', '3.13.1'),
40+
('SciPy-bundle', '2025.06'),
41+
('h5py', '3.14.0'),
42+
]
43+
44+
sanity_check_paths = {
45+
'files': ['bin/biom'],
46+
'dirs': ['lib'],
47+
}
48+
49+
options = {'modulename': 'biom'}
50+
51+
moduleclass = 'bio'

0 commit comments

Comments
 (0)