sci-biology/freebayes - 1.3.5 (science)

Search

Package Information

Description:
Bayesian gen. variant detector to find short polymorphisms
Homepage:
https://github.com/ekg/freebayes
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.5 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="Bayesian gen. variant detector to find short polymorphisms"
HOMEPAGE="https://github.com/ekg/freebayes"
SRC_URI="https://github.com/freebayes/freebayes/releases/download/v${PV}/${P}-src.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# tests not included in release tarball?
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}
	sci-libs/htslib
	sci-biology/bamtools
	sci-biology/samtools:*"

S="${WORKDIR}/${PN}"

Dependencies

RDEPEND

	sci-libs/htslib
	sci-biology/bamtools
	sci-biology/samtools:*

Manifest for 1.3.5

Type File Size Source URLs
DIST freebayes-1.3.5-src.tar.gz 26889024 bytes https://github.com/freebayes/freebayes/releases/download/v1.3.5/freebayes-1.3.5-src.tar.gz