Skip to content

Commit

Permalink
merged with commit that modified GRC Intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Oct 18, 2016
2 parents 511f884 + b3be733 commit 589294b
Show file tree
Hide file tree
Showing 14 changed files with 3,041 additions and 2,509 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = bwa htslib fermi-lite src

install:
mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin && mv src/seqtools bin
mkdir -p bin && cp src/libseqlib.a fermi-lite/libfml.a bwa/libbwa.a htslib/libhts.a bin

#seqtools:
# cd src && make seqtools && mv seqtools ../bin
seqtools:
mkdir -p bin && cd src/seqtools && make && mv seqtools ../../bin

0 comments on commit 589294b

Please sign in to comment.