mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
33 lines
716 B
Plaintext
33 lines
716 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'
|