sci-biology/ntCard - 9999 (science)

Search

Install

Install this version:

emerge -a =sci-biology/ntCard-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-biology/ntCard-9999

Or alternatively:

emerge --autounmask-write -a =sci-biology/ntCard-9999

Package Information

Description:
Estimate k-mer coverage histogram of genomics data
Homepage:
https://github.com/bcgsc/ntCard
License:
MIT

Ebuild Details

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

EAPI=7

inherit git-r3

DESCRIPTION="Estimate k-mer coverage histogram of genomics data"
HOMEPAGE="https://github.com/bcgsc/ntCard"
EGIT_REPO_URI="https://github.com/bcgsc/ntCard.git"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

IUSE="openmp"
# requires network
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}"

src_prepare(){
	sh ./autogen.sh || die
	default
}

src_configure() {
	local myconf=()
	use openmp || myconf+=( --disable-openmp )
	econf ${myconf[@]}
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-biology/ntCard | euse -E <flag> -p sci-biology/ntCard | euse -D <flag> -p sci-biology/ntCard

Global/Standard Flags

Inherited Eclasses