a156fdcf52
The Subread package comprises a suite of software programs for processing next-gen sequencing read data including: Subread: a general-purpose read aligner Subjunc: a read aligner developed for aligning RNA-seq reads featureCounts: a software program developed for counting reads to genomic features such as genes, exons, promoters and genomic bins. Sublong: a long-read aligner that is designed based on seed-and-vote. exactSNP: discovers SNPs by testing signals against local background noise.
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= subread
|
|
DISTVERSION= 2.0.1
|
|
DISTVERSIONSUFFIX= -source
|
|
CATEGORIES= biology
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= High-performance read alignment, quantification and mutation discovery
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
|
|
|
|
LIB_DEPENDS= libsysinfo.so:devel/libsysinfo
|
|
|
|
USES= gmake localbase:ldflags
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.pkg
|
|
WRKSRC_SUBDIR= src
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|