aboutsummaryrefslogtreecommitdiff
path: root/biology/Makefile
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-03-23 16:32:29 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-03-23 16:32:29 +0000
commit633c71fbf74172270dbd775c00b3b6f7e46f4ed1 (patch)
treefb4bd20fd4f1edd33262d9bcea50ecc579f624c2 /biology/Makefile
parent9b3ddc8d58f9b4092c1b944c7cc357916c985b94 (diff)
downloadports-633c71fbf74172270dbd775c00b3b6f7e46f4ed1.tar.gz
ports-633c71fbf74172270dbd775c00b3b6f7e46f4ed1.zip
biology/vcf2hap: Generate .hap file from VCF for haplohseq
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.
Notes
Notes: svn path=/head/; revision=569036
Diffstat (limited to 'biology/Makefile')
-rw-r--r--biology/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile
index 260d2763d896..3ef12bfb358a 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -181,6 +181,7 @@
SUBDIR += trimmomatic
SUBDIR += ugene
SUBDIR += vcf-split
+ SUBDIR += vcf2hap
SUBDIR += vcflib
SUBDIR += vcftools
SUBDIR += velvet