# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit eutils [ "$PV" == "9999" ] && inherit git-2 DESCRIPTION="Bayesian genetic variant detector designed to find small polymorphisms: SNPs, indels, MNPs and complex events" HOMEPAGE="https://github.com/ekg/freebayes" EGIT_REPO_URI="git://github.com/ekg/freebayes.git" LICENSE="MT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND} sci-biology/bamtools sci-biology/samtools"