aboutsummaryrefslogtreecommitdiff
blob: ae4282f65c8d4e6ab3e82e67a49672c3628e7c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Error corrector for genomic Illumina FASTQ reads using QUALs and not coverage info"
HOMEPAGE="http://sourceforge.net/projects/trowel-ec"
SRC_URI="http://downloads.sourceforge.net/project/trowel-ec/src/trowel.0.1.4.1.src.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-libs/boost-1.53.0
	>=dev-cpp/sparsehash-2.0.2"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/trowel.0.1.4.1.src