aboutsummaryrefslogtreecommitdiff
blob: 1214479928b4628755b3e28be033a7ea3f1e4bcb (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Map bisulfite converted sequence reads and cytosine methylation states"
HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/"
SRC_URI="https://github.com/FelixKrueger/Bismark/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="sci-biology/bowtie"

S="${WORKDIR}/${P^}"

src_install() {
	dobin \
		bismark{,2bedGraph,2report,_genome_preparation,_methylation_extractor} \
		coverage2cytosine deduplicate_bismark
	einstalldocs
	dodoc -r Docs
}