aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2015-01-07 21:42:05 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2015-01-07 21:42:05 +0100
commitb79af8f82794f511181ab43aa0c20871a4d39723 (patch)
tree65fbed5ef1c08403ae8faacf1b3bdf389b81d7f4 /sci-biology/pb-honey/pb-honey-14.1.15.ebuild
parentsci-biology/ICC: initial ebuild, perl installation steps need to be fixed (diff)
downloadsci-b79af8f82794f511181ab43aa0c20871a4d39723.tar.gz
sci-b79af8f82794f511181ab43aa0c20871a4d39723.tar.bz2
sci-b79af8f82794f511181ab43aa0c20871a4d39723.zip
sci-biology/blue: Initial ebuild, does not install the *.exe.so files. Do we need them?
Diffstat (limited to 'sci-biology/pb-honey/pb-honey-14.1.15.ebuild')
-rw-r--r--sci-biology/pb-honey/pb-honey-14.1.15.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-biology/pb-honey/pb-honey-14.1.15.ebuild b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild
new file mode 100644
index 000000000..2ba4b1a6e
--- /dev/null
+++ b/sci-biology/pb-honey/pb-honey-14.1.15.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Structural variant identification (SNV) using long reads (over 10kbp)"
+HOMEPAGE="https://www.hgsc.bcm.edu/software/honey"
+SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBHoney/PBHoney_14.1.15.tgz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-biology/samtools
+ sci-biology/blasr
+ sci-biology/pysam
+ dev-python/h5py
+ dev-python/numpy"
+RDEPEND="${DEPEND}"