pkgsrc/biology/fastq-trim/Makefile
bacon d206d939c4 biology/fastq-trim: Lightening fast sequence read trimmer
Fastq-trim is a lightening fast read trimming tool for QA of DNA and RNA reads
prior to analyses such as RNA-Seq.  it runs in a fraction of the time required
by popular trimmers and uses only a few megabytes of RAM, so it will run
almost entirely in cache.  The design supports adding any number of alignment
functions, so it can be easily adapted to any trimming needs.
2022-11-06 22:49:37 +00:00

21 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/11/06 22:49:37 bacon Exp $
DISTNAME= fastq-trim-0.1.1.16
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
GITHUB_TAG= 58a016f250a9b785bfed574ce471ec7e23cdaa4a
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/outpaddling/Fastq-trim
COMMENT= Lightening fast sequence read trimmer
LICENSE= 2-clause-bsd
MAKE_ENV= VERSION=${PKGVERSION}
LDFLAGS.SunOS= -lresolv
pre-build:
(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
.include "../../biology/biolibc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"