easyconfigs-it4i/r/RELION/RELION-3.1.0-gompi-2019b.eb
Lukáš Krupčík 6cc7f3fceb modified: l/libX11/libX11-1.6.3.eb
modified:   l/libxcb/libxcb-1.11.1.eb
	modified:   o/OpenFOAM/OpenFOAM-7-foss-2020a.eb
	new file:   p/ParaView/ParaView-5.6.2-foss-2020a-Python-3.7.4-mpi.eb
	new file:   r/RELION/RELION-3.1.0-gompi-2019b.eb
	new file:   r/RELION/RELION-3.1.0-intel-2020a.eb
2020-07-21 12:49:43 +02:00

34 lines
868 B
Plaintext

# IT4Innovations 2020\
# LK
easyblock = 'CMakeMake'
name = 'RELION'
version = '3.1.0'
homepage = 'http://www2.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page'
description = """RELION (for REgularised LIkelihood OptimisatioN, pronounce rely-on) is a stand-alone local_computer
program that employs an empirical Bayesian approach to refinement of (multiple) 3D reconstructions or 2D class
averages in electron cryo-microscopy (cryo-EM)."""
toolchain = {'name': 'gompi', 'version': '2019b'}
toolchainopts = {'opt': True}
source_urls = ['https://github.com/3dem/relion/archive/']
sources = ['%(version)s.tar.gz']
builddependencies = [
('CMake', '3.16.2', '', True),
]
dependencies = [
('X11', '20190717', '', True),
('libpng', '1.6.37', '', True),
('FFTW', '3.3.8'),
('FLTK', '1.3.5', '', True),
]
separate_build_dir = True
moduleclass = 'bio'