summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-10-03 22:16:56 +0200
committerDavid Seifert <soap@gentoo.org>2016-10-03 22:21:26 +0200
commit43ec20457f931039230784be90893ef70f4a2f3c (patch)
treea12e58bd2456307037767e8e1ca09503be01e4ca
parentsci-biology/samtools: Use 'python-single-r1' instead of 'python-r1' (diff)
downloadgentoo-43ec2045.tar.gz
gentoo-43ec2045.tar.bz2
gentoo-43ec2045.zip
sci-biology/tophat: Do not wrap scripts
Package-Manager: portage-2.3.1
-rw-r--r--sci-biology/tophat/tophat-2.1.1-r3.ebuild (renamed from sci-biology/tophat/tophat-2.1.1-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/tophat/tophat-2.1.1-r2.ebuild b/sci-biology/tophat/tophat-2.1.1-r3.ebuild
index 52a75a6d5964..4d784fa9bfb9 100644
--- a/sci-biology/tophat/tophat-2.1.1-r2.ebuild
+++ b/sci-biology/tophat/tophat-2.1.1-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
+inherit autotools flag-o-matic python-single-r1 toolchain-funcs
DESCRIPTION="Python-based splice junction mapper for RNA-Seq reads using bowtie2"
HOMEPAGE="https://ccb.jhu.edu/software/tophat/"
@@ -70,7 +70,7 @@ src_install() {
local i
# install scripts properly
for i in bed_to_juncs contig_to_chr_coords sra_to_solid tophat tophat-fusion-post; do
- python_doscript "${ED%/}/usr/bin/${i}"
+ python_fix_shebang "${ED%/}/usr/bin/${i}"
done
# install python modules properly