diff --git a/biology/seqkit/Makefile b/biology/seqkit/Makefile index 62698efd5be6..7c6c1b60f37e 100644 --- a/biology/seqkit/Makefile +++ b/biology/seqkit/Makefile @@ -1,19 +1,23 @@ PORTNAME= seqkit DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform and ultrafast toolkit for FASTA/Q file manipulation LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/shenwei356/seqkit GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} +do-test: # from https://bioinf.shenwei.me/seqkit/benchmark/ + @cd ${WRKSRC}/tests && \ + ${GO_WRKDIR_BIN}/seqkit stat *.fa + .include