easyconfigs-it4i/ARCHIVE/b/BBMap/BBMap-36.62-intel-2016b-Java-1.8.0_112.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

35 lines
837 B
Plaintext

easyblock = 'MakeCp'
name = 'BBMap'
version = '36.62'
versionsuffix = '-Java-%(javaver)s'
homepage = 'https://sourceforge.net/projects/bbmap/'
description = """BBMap short read aligner, and other bioinformatic tools."""
toolchain = {'name': 'intel', 'version': '2016b'}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%(name)s_%(version)s.tar.gz']
dependencies = [('Java', '1.8.0_112', '', True)]
prebuildopts = 'cd jni && '
local_suff = {'Darwin': 'osx', 'Linux': 'linux'}[OS_TYPE]
buildopts = "-f makefile.%s" % local_suff
files_to_copy = ['*']
sanity_check_paths = {
'files': ['bbmap.sh'],
'dirs': []
}
modextrapaths = {'PATH': ''}
modloadmsg = "For improved speed, add 'usejni=t' to the command line of %(name)s tools which support the use of the"
modloadmsg += " local_compiled jni C code.\n"
moduleclass = 'bio'