Skip to content

Commit bcc04b0

Browse files
committed
Update Makefile for scripts to be included in bioconda recipes. Resolves #2375
1 parent 0ebd3b2 commit bcc04b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,15 @@ INSTALL_SCRIPT = $(INSTALL_PROGRAM)
7171
PROGRAMS = bcftools
7272
MISC_SCRIPTS = \
7373
misc/color-chrs.pl \
74+
misc/gff2gff \
7475
misc/gff2gff.py \
7576
misc/guess-ploidy.py \
7677
misc/plot-vcfstats \
7778
misc/plot-roh.py \
79+
misc/roh-viz \
7880
misc/run-roh.pl \
79-
misc/vcfutils.pl
81+
misc/vcfutils.pl \
82+
misc/vrfs-variances
8083
TEST_PROGRAMS = test/test-rbuf test/test-regidx
8184

8285
ALL_CPPFLAGS = -I. $(HTSLIB_CPPFLAGS) $(CPPFLAGS)

0 commit comments

Comments
 (0)