aboutsummaryrefslogtreecommitdiff
blob: e9878a7f3a55efb7c4309219967e20413569c50d (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
25
26
27
28
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="EST assembly and annotation pipeline for chado/gbrowse2 display"
HOMEPAGE="http://code.google.com/p/est2assembly/"
SRC_URI="http://est2assembly.googlecode.com/files/est2assembly_${PV}.tar.gz"

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

DEPEND="
	app-arch/pbzip2
	app-portage/g-cpan
	dev-lang/perl
	dev-perl/Time-Progress
	sci-biology/fasta
	sci-biology/ssaha2-bin
	sci-biology/mira
	sci-biology/emboss
	sci-biology/bioperl"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${PN}"