blob: 193910acaffa737a558a92deb8e727977bb4614c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
EBO_DESCRIPTION="wrappers for HMMER - Biological sequence analysis with profile HMMs"
inherit emboss
KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
RDEPEND+=" ~sci-biology/hmmer-${PV}"
|