easyconfigs-it4i/s/SnpEff/SnpEff-4.1_G-Java-7.0_79.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

25 lines
531 B
Plaintext

easyblock = 'Tarball'
name = 'SnpEff'
version = '4.1_G'
homepage = 'http://snpeff.sourceforge.net/'
description = """Genetic variant annotation and effect prediction toolbox."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['snpEff_latest_core.zip']
dependencies = [('Java', '1.7.0_79')]
sanity_check_paths = {
'files': ['snpEff.jar'],
'dirs': [],
}
# How to create working alias?
modaliases = {'snpEff': "java -jar \\$EBROOTSNPEFF/snpEff.jar"}
moduleclass = 'bio'