freebsd-ports/biology/sam2pairwise/Makefile
Jason W. Bacon e61df5e464 biology/sam2pairwise: Show pairwise alignment for each read in a SAM file
sam2pairwise takes a SAM file and uses the CIGAR and MD tag to
reconstruct the pairwise alignment of each read.
2021-09-07 15:32:29 -05:00

20 lines
383 B
Makefile

PORTNAME= sam2pairwise
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Show pairwise alignment for each read in a SAM file
LICENSE= MIT
LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= mlafave
WRKSRC_SUBDIR= src
ALL_TARGET= sam2pairwise
PLIST_FILES= bin/sam2pairwise
.include <bsd.port.mk>