mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
30 lines
858 B
Plaintext
30 lines
858 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'cramtools'
|
|
version = '2.0'
|
|
|
|
homepage = 'https://github.com/enasequence/cramtools/'
|
|
description = """CRAMTools is a set of Java tools and APIs for efficient compression of sequence
|
|
read data. Although this is intended as a stable version the code is released as
|
|
early access. Parts of the CRAMTools are experimental and may not be supported
|
|
in the future."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = ['v%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/enasequence/%(name)s/archive/']
|
|
|
|
java = 'Java'
|
|
javaver = '1.7.0_80'
|
|
versionsuffix = '-%s-%s' % (java, javaver)
|
|
dependencies = [(java, javaver)]
|
|
|
|
modloadmsg = "To execute cramtools run: java -jar \\${EBROOTCRAMTOOLS}/%(name)s-%(version)s.jar"
|
|
|
|
sanity_check_paths = {
|
|
'files': ["%(name)s-%(version)s.jar"],
|
|
'dirs': ["lib"]
|
|
}
|
|
|
|
moduleclass = 'bio'
|