diff --git a/biology/vcf2hap/Makefile b/biology/vcf2hap/Makefile index ea753f4a5b81..fff9fac575ac 100644 --- a/biology/vcf2hap/Makefile +++ b/biology/vcf2hap/Makefile @@ -1,24 +1,26 @@ +# Created by: Jason Bacon + PORTNAME= vcf2hap -DISTVERSION= 0.1.2 +DISTVERSION= 0.1.3 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= Generate .hap file from VCF for haplohseq LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= biolibc>=0.1.1:biology/biolibc +LIB_DEPENDS= libbiolibc.so:biology/biolibc libxtend.so:devel/libxtend USE_GITHUB= yes GH_ACCOUNT= auerlab PLIST_FILES= bin/vcf2hap man/man1/vcf2hap.1.gz pre-build: (cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend) do-test: (cd ${WRKSRC}/Test && ./run-test.sh) .include diff --git a/biology/vcf2hap/distinfo b/biology/vcf2hap/distinfo index 7b288bf922c7..7c1a21153744 100644 --- a/biology/vcf2hap/distinfo +++ b/biology/vcf2hap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616515046 -SHA256 (auerlab-vcf2hap-0.1.2_GH0.tar.gz) = 69804e605bdf646582cbc33bb2839387da5cb2e8a3f83a8a03b5a464d01348f1 -SIZE (auerlab-vcf2hap-0.1.2_GH0.tar.gz) = 197782 +TIMESTAMP = 1623421319 +SHA256 (auerlab-vcf2hap-0.1.3_GH0.tar.gz) = 6b6174c610fcf623f95d573e54f9007360bea3d7723c25cb624517b14bc11368 +SIZE (auerlab-vcf2hap-0.1.3_GH0.tar.gz) = 198981 diff --git a/biology/vcf2hap/pkg-descr b/biology/vcf2hap/pkg-descr index 540a5393a487..ef51e068d975 100644 --- a/biology/vcf2hap/pkg-descr +++ b/biology/vcf2hap/pkg-descr @@ -1,5 +1,7 @@ vcf2hap is a simple tool for generating a .hap file from a VCF. The .hap file -is required by haplohseq. vcf2hap is extremely fast and requires a trivial -amount of memory regardless of the size of the VCF file. +is required by haplohseq. + +vcf2hap is extremely fast and requires a trivial amount of memory regardless of +the size of the VCF file. WWW: https://github.com/auerlab/vcf2hap