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

EAPI=3

DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics in figures"
HOMEPAGE="http://sourceforge.net/projects/clview"
SRC_URI="http://sourceforge.net/projects/solexaqa/files/src/SolexaQA_v.2.2.zip"

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

DEPEND="dev-lang/perl
		dev-lang/R"
RDEPEND="${DEPEND}"

S=${WORKDIR}/"${PN}"_v."${PV}"

src_install(){
	dobin *.pl
}