sci-biology/msautil - 1.1 (science)

Search

Install

Install this version:

emerge -a =sci-biology/msautil-1.1

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

autounmask =sci-biology/msautil-1.1

Or alternatively:

emerge --autounmask-write -a =sci-biology/msautil-1.1

Package Information

Description:
Reformat/edit FASTA files and compute simple statistics (N50, quartiles, mode)
Homepage:
http://bioresearch.byu.edu/msa
License:
all-rights-reserved

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Reformat/edit FASTA files and compute simple statistics (N50, quartiles, mode)"
HOMEPAGE="http://bioresearch.byu.edu/msa"
SRC_URI="http://bioresearch.byu.edu/msa/${P}.tgz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"

src_prepare(){
	sed \
		-e "s/OPT = -O3/OPT = ${CFLAGS}/" \
		-i fac.mak fas.mak mscore.mak || die
	tc-export CC
	default
}

src_install(){
	dobin fac fas mscore
	dodoc README.txt
}

Inherited Eclasses

Manifest for 1.1

Type File Size Source URLs
DIST msautil-1.1.tgz 22675 bytes http://bioresearch.byu.edu/msa/msautil-1.1.tgz