blob: 32688e50595273ac80cccee50a2e5124de8fcfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils git-r3 perl-functions
DESCRIPTION="Genome-wide detection of structural variants from paired-end sequencing reads"
HOMEPAGE="http://gmt.genome.wustl.edu/packages/breakdancer"
EGIT_REPO_URI="https://github.com/genome/breakdancer.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""
# http://search.cpan.org/~callahan/Math-CDF-0.1/CDF.pm
DEPEND="
dev-lang/perl
dev-perl/Statistics-Descriptive
sci-biology/samtools:0"
RDEPEND="${DEPEND}"
|