sci-biology/bismark - 0.23.0 (science)

Search

Package Information

Description:
Map bisulfite converted sequence reads and cytosine methylation states
Homepage:
https://www.bioinformatics.babraham.ac.uk/projects/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.23.0 7 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

sci-biology/bowtie

Manifest for 0.23.0

Type File Size Source URLs
DIST bismark-0.23.0.tar.gz 8802084 bytes https://github.com/FelixKrueger/Bismark/archive/0.23.0.tar.gz