aboutsummaryrefslogtreecommitdiff
blob: 6c9f0dbd8b8b8659e64d5cb7a11a9f841ef458ef (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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="The BLAST NR database"
HOMEPAGE="http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=ProgSelectionGuide"
SRC_URI=""

SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS=""
IUSE=""

RDEPEND=""
DEPEND="sci-biology/ncbi-tools++"

RESTRICT="binchecks strip"

src_unpack() {
	if [[ -n ${ESLEEP} ]]; then
		elog "Will sleep for ${ESLEEP}"
		sleep ${ESLEEP}
	fi
	update_blastdb.pl --verbose --verbose --decompress nr || die
}