easyconfigs-it4i/d/drFAST/drFAST-1.0.0.0-goolf-1.4.10.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

34 lines
791 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 = 'drFAST'
version = '1.0.0.0'
homepage = 'http://drfast.sourceforge.net/'
description = """ drFAST is designed to map di-base reads (SOLiD color space reads)
to reference genome assemblies; in a fast and memory-efficient manner. """
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCE_ZIP]
dependencies = [('zlib', '1.2.8')]
buildopts = ' CC="$CC"'
parallel = 1
files_to_copy = [(['drfast'], 'bin'), "README.txt"]
sanity_check_paths = {
'files': ["bin/drfast", "README.txt"],
'dirs': [],
}
moduleclass = 'bio'