Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions easybuild/easyconfigs/h/HH-suite/HH-suite-3.2.0-fosscuda-2019b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
##
# This file is an EasyBuild recipy as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# https://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
##

easyblock = 'CMakeMake'

name = "HH-suite"
version = "3.2.0"

homepage = 'https://github.com/soedinglab/hh-suite'
description = """HH-suite is an open-source software package for sensitive protein sequence searching.
It contains programs that can search for similar protein sequences in protein sequence databases."""

toolchain = {'name': 'fosscuda', 'version': '2019b'}
toolchainopts = {'openmp': True}

source_urls = ["https://github.com/soedinglab/hh-suite/archive"]
sources = ["v%(version)s.tar.gz"]
checksums = ['6b870dcfbc1ffb9dd664a45415fcd13cf5970f49d1c7b824160c260fa138e6d6']

builddependencies = [
('CMake', '3.15.3'),
]

dependencies = [
('libpng', '1.6.37'),
]

sanity_check_paths = {
'files': ["bin/hhalign", "bin/hhblits", "bin/hhconsensus", "bin/hhfilter", "bin/hhmake", "bin/hhsearch"],
'dirs': []
}

moduleclass = 'bio'