sci-biology/jannovar-bin - 0.35 (science)

Search

Package Information

Description:
Exome annotation tool (upstream jar binaries)
Homepage:
https://jannovar.readthedocs.io/en/master/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.35 8 ~amd64 ~x86 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

DESCRIPTION="Exome annotation tool (upstream jar binaries)"
HOMEPAGE="https://jannovar.readthedocs.io/en/master/"
SRC_URI="
	https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-cli/${PV}/jannovar-cli-${PV}.jar
	https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-vardbs/${PV}/jannovar-vardbs-${PV}.jar
	https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-htsjdk/${PV}/jannovar-htsjdk-${PV}.jar
	https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-core/${PV}/jannovar-core-${PV}.jar
	https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-hgvs/${PV}/jannovar-hgvs-${PV}.jar"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.7"

S="${WORKDIR}"

src_install(){
	java-pkg_newjar "${DISTDIR}"/jannovar-cli-"${PV}".jar jannovar-cli.jar
	java-pkg_dolauncher jannovar-cli-bin --jar jannovar-cli.jar
	java-pkg_newjar "${DISTDIR}"/jannovar-vardbs-"${PV}".jar jannovar-vardbs.jar
	java-pkg_newjar "${DISTDIR}"/jannovar-htsjdk-"${PV}".jar jannovar-htsjdk.jar
	java-pkg_newjar "${DISTDIR}"/jannovar-core-${PV}.jar jannovar-core.jar
	java-pkg_newjar "${DISTDIR}"/jannovar-hgvs-${PV}.jar jannovar-hgvs.jar
}

Dependencies

DEPEND

>=virtual/jdk-1.7

RDEPEND

>=virtual/jre-1.7

Manifest for 0.35

Type File Size Source URLs
DIST jannovar-cli-0.35.jar 15561583 bytes https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-cli/0.35/jannovar-cli-0.35.jar
DIST jannovar-core-0.35.jar 381491 bytes https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-core/0.35/jannovar-core-0.35.jar
DIST jannovar-hgvs-0.35.jar 201027 bytes https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-hgvs/0.35/jannovar-hgvs-0.35.jar
DIST jannovar-htsjdk-0.35.jar 81035 bytes https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-htsjdk/0.35/jannovar-htsjdk-0.35.jar
DIST jannovar-vardbs-0.35.jar 198351 bytes https://search.maven.org/remotecontent?filepath=de/charite/compbio/jannovar-vardbs/0.35/jannovar-vardbs-0.35.jar