easyconfigs-it4i/ARCHIVE/p/PLAST/PLAST-2.3.1-foss-2016a-Java-1.8.0_92.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

31 lines
734 B
Plaintext

easyblock = 'CMakeMake'
name = 'PLAST'
version = '2.3.1'
versionsuffix = '-Java-%(javaver)s'
homepage = "http://www.irisa.fr/symbiose/projects/plast/"
description = """PLAST is a parallel alignment search tool for local_comparing large protein banks"""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = [
'https://github.com/PLAST-software/plast-library/releases/download/v%(version)s/']
sources = ['%(namelower)s_source_v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.5.2'),
('Perl', '5.22.1')
]
dependencies = [
('Java', '1.8.0_92', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['include', 'include/algo', 'include/alignment', 'include/misc'],
}
moduleclass = 'bio'