# 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 = 'vt' version = '0.577' homepage = 'http://genome.sph.umich.edu/wiki/Vt' description = """A tool set for short variant discovery in genetic sequence data.""" toolchain = {'name': 'goolf', 'version': '1.7.20'} source_urls = ['https://github.com/atks/vt/archive/'] sources = ['%(version)s.tar.gz'] dependencies = [ ('zlib', '1.2.8'), ] runtest = 'test' files_to_copy = [(["vt"], "bin"), "README.md", "LICENSE"] sanity_check_paths = { 'files': ["bin/vt"], 'dirs': [], } moduleclass = 'bio'