Skip to content

Instantly share code, notes, and snippets.

@pescobar
Created January 23, 2014 16:27
Show Gist options
  • Save pescobar/8581678 to your computer and use it in GitHub Desktop.
Save pescobar/8581678 to your computer and use it in GitHub Desktop.
hh-suite modification
##
# This file is an EasyBuild recipy as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2013 University of Luxembourg/Luxembourg Centre for Systems Biomedicine
# Authors:: Fotis Georgatos <fotis.georgatos@uni.lu>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-94.html
##
name = "HH-suite"
version = "2.0.16"
homepage = 'http://en.wikipedia.org/wiki/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': 'goolf', 'version': '1.4.10'}
sources = ["hhsuite-%(version)s.tar.gz"]
source_urls = ["ftp://toolkit.genzentrum.lmu.de/pub/HH-suite/releases"]
dependencies = [
('libpng', '1.6.6'),
('zlib', '1.2.8'),
]
skipsteps = ['configure']
makeopts = "all WITH_SSE41=1"
installopts = "INSTALL_DIR=%(installdir)s"
sanity_check_paths = {
'files': ["bin/hhalign", "bin/hhblits", "bin/hhconsensus", "bin/hhfilter", "bin/hhmake", "bin/hhsearch"],
'dirs': []
}
moduleclass = 'bio'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment