aboutsummaryrefslogtreecommitdiff
blob: e9b81858d7a792c5dc610df48ed6928165ad947f (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
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

USE_RUBY="ruby20"

inherit ruby-fakegem

DESCRIPTION="Variant analysis tools from whole exome capture sequencing (WECS)"
HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas2"
SRC_URI="http://downloads.sourceforge.net/project/atlas2/Atlas2_v1.4.3.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	sci-biology/samtools:0
	sci-biology/blat
	sci-biology/phrap
	sci-biology/ucsc-genome-browser" # that provides bigWig.h and jkweb.a, aka Jim Kent's src
RDEPEND="${DEPEND}"

S="${WORKDIR}"/all/"${PN}"_v"${PV}"

src_compile(){
	cd SOLiD-SNP-caller || die
	default

	cd ../vcfPrinter || die
	# TODO: install the *.rb files

	cd ../Atlas-Indel2 || die
	# TODO: install the *.rb and files in lib/

	cd ../Atlas-SNP2 || die
	# TODO: install
}