easyconfigs-it4i/g/grabix/grabix-0.1.6-goolf-1.7.20.eb
2017-03-09 11:57:40 +01:00

33 lines
727 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics
easyblock = 'MakeCp'
name = 'grabix'
version = '0.1.6'
homepage = 'https://github.com/arq5x/grabix'
description = """a wee tool for random access into BGZF files"""
toolchain = {'name': 'goolf', 'version': '1.7.20'}
source_urls = ['https://github.com/arq5x/grabix/archive/']
sources = ['%(version)s.tar.gz']
dependencies = [
('zlib', '1.2.8'),
]
parallel = 1
files_to_copy = [(["grabix"], "bin"), "README.md", "tests", "test.sh"]
sanity_check_paths = {
'files': ["bin/grabix"],
'dirs': [],
}
moduleclass = 'bio'