mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
34 lines
790 B
Plaintext
34 lines
790 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': 'ictce', 'version': '6.2.5'}
|
|
|
|
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'
|