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

EAPI=5

inherit java-pkg-2 java-ant-2

DESCRIPTION="Genotype calling/phasing, imputation of ungenotyped markers"
HOMEPAGE="http://faculty.washington.edu/browning/beagle/beagle.html"
SRC_URI="http://faculty.washington.edu/browning/beagle/beagle.r1399.src.zip
	http://faculty.washington.edu/browning/beagle/beagle.03Mar15.pdf
	http://faculty.washington.edu/browning/beagle/run.beagle.r1399.example -> ${PN}-example.sh
	http://faculty.washington.edu/browning/beagle/release_notes -> ${PN}-release_notes.txt"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=">=virtual/jdk-1.7:*"
RDEPEND="${DEPEND}
	sci-biology/conform-gt"