Skip to content

Commit

Permalink
add plugin to color shared chromosomal segments
Browse files Browse the repository at this point in the history
  • Loading branch information
mcshane committed Oct 2, 2015
1 parent c645822 commit fe79a91
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(MKDIR_P) -m 755

MISC_PROGRAMS = \
plot-vcfstats vcfutils.pl plugins/color-chrs.pl \

all:$(PROG) plugins

Expand Down Expand Up @@ -190,7 +192,7 @@ docs: doc/bcftools.1 doc/bcftools.html
# make docs can be run to update if asciidoc is available
install: $(PROG)
$(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(plugindir)
$(INSTALL_PROGRAM) $(PROG) plot-vcfstats vcfutils.pl $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) $(PROG) $(MISC_PROGRAMS) $(DESTDIR)$(bindir)
$(INSTALL_DATA) doc/bcftools.1 $(DESTDIR)$(man1dir)
$(INSTALL_PROGRAM) plugins/*.so $(DESTDIR)$(plugindir)

Expand Down
Loading

0 comments on commit fe79a91

Please sign in to comment.