1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/biology/bfc/Makefile
Jason W. Bacon 2e559ca48c biology/bfc: Correct sequencing errors from Illumina sequencing data
BFC is a standalone high-performance tool for correcting sequencing
errors from Illumina sequencing data. It is specifically designed for
high-coverage whole-genome human data, though also performs well for
small genomes.
2021-08-23 12:28:41 -05:00

21 lines
358 B
Makefile

PORTNAME= bfc
DISTVERSION= g20150417
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Correct sequencing errors from Illumina sequencing data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= lh3
GH_TAGNAME= 69ab176e
INSTALL_TARGET= install-strip
PLIST_FILES= bin/bfc bin/hash2cnt
.include <bsd.port.mk>