easyconfigs-it4i/m/MotionCor2/MotionCor2-1.0.5-CUDA-8.0.44.eb
Lukáš Krupčík 5312a529a4 modified: c/CP2K/CP2K-5.1-intel-2017a.eb
modified:   c/CP2K/CP2K-5.1.eb
	modified:   h/horovod/horovod-0.11.3-Py-3.6.eb
	new file:   m/MotionCor2/MotionCor2-1.0.5-CUDA-8.0.44.eb
	new file:   m/mpi4py/mpi4py-3.0.0-Py-3.6.eb
2018-03-05 07:30:53 +01:00

38 lines
707 B
Plaintext

# IT4Innovations 2018
easyblock = "CmdCp"
name = 'MotionCor2'
version = '1.0.5'
versionsuffix = '-CUDA-8.0.44'
homepage = 'http://msg.ucsf.edu/em/software/motioncor2.html'
description = """This program corrects anisotropic image motion
at the single pixel level across the whole frame, suitable for
both single particle and tomographic images."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCE_TAR_GZ]
dependencies = [
('CUDA', '8.0.44'),
]
commands = "mv MotionCor2_Cuda8.0_v1.0.5 MotionCor2"
cmds_map = [('.*', commands)]
files_to_copy = [
(['MotionCor2'], 'bin'),
]
sanity_check_paths = {
'files': ['bin/MotionCor2'],
'dirs': [],
}
moduleclass = 'phys'