| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.13.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="Transcriptome assembler for RNA-seq reads"
HOMEPAGE="https://github.com/Trinotate/Trinotate.github.io/wiki"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/Trinity-v${PV}/${PN}-v${PV}.FULL_with_extendedTestData.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="BSD-BroadInstitute"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}
sci-biology/parafly
>=sci-biology/jellyfish-2.2.6:2
>=sci-libs/htslib-1.2.1
>=sci-biology/samtools-1.3:0
>=sci-biology/trimmomatic-0.36
>=sci-biology/GAL-0.2.1
dev-perl/IO-All
sci-biology/seqtools
"
PATCHES=(
"${FILESDIR}/${PN}-2.11.0-fix-compilation.patch"
)
src_compile(){
# missing submodule for bamsifter
emake no_bamsifter
emake plugins
}
src_install(){
# fix the install path
sed -e "s:/usr/local/bin:${ED}/usr/bin:g" \
-i util/support_scripts/trinity_installer.py || die
dodir /usr/bin
default
}
sci-biology/parafly >=sci-biology/jellyfish-2.2.6:2 >=sci-libs/htslib-1.2.1 >=sci-biology/samtools-1.3:0 >=sci-biology/trimmomatic-0.36 >=sci-biology/GAL-0.2.1 dev-perl/IO-All sci-biology/seqtools
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | trinityrnaseq-2.13.2.tar.gz | 310355363 bytes | https://github.com/trinityrnaseq/trinityrnaseq/releases/download/Trinity-v2.13.2/trinityrnaseq-v2.13.2.FULL_with_extendedTestData.tar.gz |