easyconfigs-it4i/p/Platanus/Platanus-1.2.4-goolf-1.7.20.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

31 lines
784 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 = 'Platanus'
version = '1.2.4'
homepage = 'http://platanus.bio.titech.ac.jp/'
description = """PLATform for Assembling NUcleotide Sequences"""
toolchain = {'name': 'goolf', 'version': '1.7.20'}
toolchainopts = {'openmp': True}
# the download cannot be automated because it points to a PHP form
# http://platanus.bio.titech.ac.jp/?ddownload=150
sources = ['%(name)s_v%(version)s.tar.gz']
buildopts = 'CXX="$CXX"'
files_to_copy = [(["platanus"],'bin'), "README", "LICENSE"]
sanity_check_paths = {
'files': ["bin/platanus"],
'dirs': [""],
}
moduleclass = 'bio'