sci-biology/VarScan-bin - 2.4.4 (science)

Search

Package Information

Description:
Variant detection (germline, multi-sample, somatic mut., CNA), SNP
Homepage:
http://dkoboldt.github.io/varscan
License:
Non-profit-OSL-3.0

Ebuild Details

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

EAPI=8

inherit java-pkg-2

MY_PN="VarScan"
DESCRIPTION="Variant detection (germline, multi-sample, somatic mut., CNA), SNP"
HOMEPAGE="http://dkoboldt.github.io/varscan"

# binary
#http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.7.jar
#SRC_URI="http://downloads.sourceforge.net/project/varscan/${PN}.v${PV}.jar"
SRC_URI="https://github.com/dkoboldt/varscan/blob/master/${MY_PN}.v${PV}.jar?raw=true -> ${MY_PN}.v${PV}.jar"

LICENSE="Non-profit-OSL-3.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=">=virtual/jdk-1.5:*"
RDEPEND=">=virtual/jre-1.5:*
	!sci-biology/VarScan"

S="${WORKDIR}"/net/sf/varscan

src_install(){
	java-pkg_newjar "${DISTDIR}"/${MY_PN}.v${PV}.jar ${MY_PN}.jar
	java-pkg_dolauncher VarScan
}

Dependencies

DEPEND

>=virtual/jdk-1.5:*

RDEPEND

>=virtual/jre-1.5:*
	!sci-biology/VarScan

Manifest for 2.4.4

Type File Size Source URLs
DIST VarScan.v2.4.4.jar 116249 bytes https://github.com/dkoboldt/varscan/blob/master/VarScan.v2.4.4.jar?raw=true