aboutsummaryrefslogtreecommitdiff
blob: d90d3fbc2c8b5f86c1663c2d964ccbff391edf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Seed-driven progressive assembly program using legacy NCBI blast, CAP3, and optionally cross_match"
HOMEPAGE="http://www.coccidia.icb.usp.br/genseed/"
SRC_URI="http://www.coccidia.icb.usp.br/genseed/download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

		# I am not sure whether we want to introduce yet another USE variable "phrap"
		# This tools optionally uses cross_match if vector masking is required
		# (sci-biology/phrap but it will be installed only by users having that licence.
DEPEND="sci-biology/cap3-bin
		dev-lang/perl
		sci-biology/ncbi-tools"
RDEPEND=""

src_install() {
	dobin genseed.pl
}