blob: a8643695ee24e82a4dcf8a6929acab4616851dc9 (
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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Close gaps using BWA-identified reads and reassemble"
HOMEPAGE="https://www.hgsc.bcm.edu/software/atlas-gapfill"
SRC_URI="
https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/ATLAS_GapFill_V2.2_release.tar.bz2
https://www.hgsc.bcm.edu/sites/default/files/software/ATLAS_GapFill_V2_2/README -> ATLAS_GapFill_V2_2.README"
LICENSE="ATLAS"
SLOT="0"
KEYWORDS=""
IUSE=""
# is there an ebuild for newbler so we could add it to DEPEND?
RDEPEND="
dev-lang/perl
sci-biology/phrap
sci-biology/bwa
sci-biology/velvet"
DEPEND=""
|