We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebd3b2 commit bcc04b0Copy full SHA for bcc04b0
Makefile
@@ -71,12 +71,15 @@ INSTALL_SCRIPT = $(INSTALL_PROGRAM)
71
PROGRAMS = bcftools
72
MISC_SCRIPTS = \
73
misc/color-chrs.pl \
74
+ misc/gff2gff \
75
misc/gff2gff.py \
76
misc/guess-ploidy.py \
77
misc/plot-vcfstats \
78
misc/plot-roh.py \
79
+ misc/roh-viz \
80
misc/run-roh.pl \
- misc/vcfutils.pl
81
+ misc/vcfutils.pl \
82
+ misc/vrfs-variances
83
TEST_PROGRAMS = test/test-rbuf test/test-regidx
84
85
ALL_CPPFLAGS = -I. $(HTSLIB_CPPFLAGS) $(CPPFLAGS)
0 commit comments