freebsd-ports/biology/subread/Makefile
Jason W. Bacon a156fdcf52 biology/subread: Read alignment, quantification and mutation discovery
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.
2020-06-05 01:55:49 +00:00

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>