sci-biology/stringtie - 2.1.5 (science)

Search

Package Information

Description:
Transcriptome assembler and RNA-Seq analysis on BAM files aka cufflinks
Homepage:
https://ccb.jhu.edu/software/stringtie https://github.com/gpertea/stringtie
License:
Artistic-2 MIT

Ebuild Details

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

EAPI=7

DESCRIPTION="Transcriptome assembler and RNA-Seq analysis on BAM files aka cufflinks"
HOMEPAGE="https://ccb.jhu.edu/software/stringtie
	https://github.com/gpertea/stringtie"
SRC_URI="https://github.com/gpertea/stringtie/releases/download/v${PV}/${P}.tar.gz"

LICENSE="Artistic-2 MIT" # MIT from bundled samtools-0.1.18
SLOT="0"
KEYWORDS="~amd64 ~x86"

# requires network
RESTRICT="test"

# contains bundled and modified samtools-0.1.18
# https://github.com/gpertea/stringtie/issues/185#issuecomment-400128090
#
# contains bundled gclib (0.9.8?), a modified version?
# https://github.com/gpertea/stringtie/issues/186#issuecomment-400131844
DEPEND=""
RDEPEND="${DEPEND}"

src_install(){
	dobin stringtie
	einstalldocs
}

Manifest for 2.1.5

Type File Size Source URLs
DIST stringtie-2.1.5.tar.gz 2031196 bytes https://github.com/gpertea/stringtie/releases/download/v2.1.5/stringtie-2.1.5.tar.gz