aboutsummaryrefslogtreecommitdiff
blob: dbb2d668f9389f0701c79ea89398e1c58f6f07c9 (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="Analyze and combine multiple assemblies from abyss"
HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/trans-abyss"
SRC_URI="http://www.bcgsc.ca/platform/bioinfo/software/trans-abyss/releases/${PV}/trans-ABySS-v${PV}_20130916.tar.gz"

# http://www.bcgsc.ca/platform/bioinfo/license/bcca_2010
LICENSE="bcca_2010"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# perl and python
DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"/trans-ABySS-v"${PV}"

# TODO
#src_install(){
#}