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.
20 lines
358 B
Makefile
20 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>
|