Skip to content

Commit

Permalink
Merge branch 'easybuilders:develop' into 20231107134338_new_pr_cryoCA…
Browse files Browse the repository at this point in the history
…RE030
  • Loading branch information
ThomasHoffmann77 authored Nov 7, 2023
2 parents 209f247 + 07315f8 commit 7d4eae7
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/m/mrcfile/mrcfile-1.4.3-foss-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Thomas Hoffmann, EMBL Heidelberg, [email protected], 2022/11
easyblock = 'PythonPackage'
name = 'mrcfile'
version = '1.4.3'
homepage = 'https://github.com/ccpem/mrcfile'
description = """mrcfile is a Python implementation of the MRC2014 file format, which is used in
structural biology to store image and volume data.
It allows MRC files to be created and opened easily using a very simple API,
which exposes the file’s header and data as numpy arrays. The code runs in
Python 2 and 3 and is fully unit-tested.
This library aims to allow users and developers to read and write standard-
compliant MRC files in Python as easily as possible, and with no dependencies on
any compiled libraries except numpy. You can use it interactively to inspect
files, correct headers and so on, or in scripts and larger software packages to
provide basic MRC file I/O functions. """


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

sources = [SOURCELOWER_TAR_GZ]
checksums = ['43c358c59ff8f583fc4dc2079a0099028719109ebf92066e388772bab389c5f5']

dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
]

download_dep_fail = True
sanity_pip_check = True

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


use_pip = True
moduleclass = 'bio'

0 comments on commit 7d4eae7

Please sign in to comment.