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

EAPI=6

inherit git-r3 eutils

DESCRIPTION="Trim Illumina TruSeq adapters and split reads by Nextera MatePair linker"
HOMEPAGE="https://github.com/sequencing/NxTrim"
EGIT_REPO_URI="https://github.com/sequencing/NxTrim.git"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install(){
	dobin nxtrim mergeReads
	dodoc README.md
}