aboutsummaryrefslogtreecommitdiff
blob: 59a33b43e25bbde889eccd4b9de7afe4551a96ab (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit perl-module

DESCRIPTION="Link and orient genome sequence contigs using mate-pair information"
HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-link"
SRC_URI="https://www.hgsc.bcm.edu/sites/default/files/software/Atlas_Link/Atlas-link.tar.gz -> ${P}.tar.gz"

LICENSE="HGSC-BCM"
SLOT="0"
KEYWORDS=""
IUSE=""

# https://github.com/gitpan/Algorithm-ClusterPoints
DEPEND="
	dev-lang/perl
	dev-perl/Graph
	dev-perl/Algorithm-ClusterPoints
	dev-perl/XML-DOM
	dev-perl/Statistics-Descriptive"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/Atlas-link