mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
f20fa89b2c
abundance: Update stringtie command to also produce gene-level abundances Output 0 for effective length for now to clearly indicate that it's invalid normalize: Add --debug option Updates for latest libxtend API Test -> Yeast-test Add Mouse-test suite with multiple mouse data options Streamline test scripts Changes: https://github.com/auerlab/fasda/releases
27 lines
544 B
Makefile
27 lines
544 B
Makefile
PORTNAME= fasda
|
|
DISTVERSION= 0.1.5
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Fast and simple differential analysis
|
|
WWW= https://github.com/auerlab/fasda
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxtend.so:devel/libxtend libbiolibc.so:biology/biolibc
|
|
RUN_DEPENDS= stringtie>0:biology/stringtie
|
|
|
|
USES= localbase
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= auerlab
|
|
|
|
MAKE_ENV= VERSION=${PORTVERSION}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
pre-build:
|
|
cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|