a3e03473bbde188141b61d0c3db48c85d2ec6aa3
chmalee
  Tue Sep 22 17:38:13 2020 -0700
Basic vcf to bed converter, with a -fields argument for what VCF INFO tags to include in the bigBed itself, refs #25010

diff --git src/hg/utils/vcfToBed/makefile src/hg/utils/vcfToBed/makefile
new file mode 100644
index 0000000..4c851ba
--- /dev/null
+++ src/hg/utils/vcfToBed/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../../..
+A = vcfToBed
+include $(kentSrc)/inc/userApp.mk