easyconfigs-it4i/p/Platypus/Platypus-20170509-Py-2.7.eb
Lukáš Krupčík 45a2e32f03 new file: c/CP2K/CP2K-5.1.0-GCC-6.3.0-2.27.eb
new file:   c/CP2K/CP2K-7.1-intel-2017c.eb
	new file:   c/CP2K/CP2K-7.1-intel-2020a.eb
	new file:   g/GSL/GSL-2.5-intel-2020a.eb
	new file:   h/HTSlib/HTSlib-1.9-intel-2020a.eb
	new file:   l/Libint/Libint-1.1.6-intel-2020a.eb
	new file:   l/libxsmm/libxsmm-1.8.3-intel-2020a.eb
	modified:   m/mpi4py/mpi4py-3.0.0-Py-2.7.eb
	new file:   p/PLUMED/PLUMED-2.4.2-intel-2020a.eb
	modified:   p/Platypus/Platypus-20170509-Py-2.7.eb
	deleted:    c/CP2K/CP2K-5.1.eb
2020-04-07 11:02:49 +02:00

35 lines
653 B
Plaintext

# IT4Innovations 2018
easyblock = 'CmdCp'
name = 'Platypus'
version = '20170509'
homepage = 'https://github.com/andyrimmer/Platypus'
description = "The Platypus variant caller."
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = ['https://github.com/andyrimmer/Platypus/archive']
sources = ['master.tar.gz']
dependencies = [
('HTSlib', '1.9', '', ['intel', '2020a']),
('Cython', '0.27.3'),
]
commands = "make && chmod +x bin/*.py && chmod -x bin/*.so"
cmds_map = [('.*', commands)]
files_to_copy = [
(['bin/*'], 'bin'),
]
sanity_check_paths = {
'files': ['bin/Platypus.py'],
'dirs': [''],
}
moduleclass = 'python'