Skip to content

Commit

Permalink
Updated subrepos to lastest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira committed Feb 27, 2017
1 parent 746455e commit 2f2e54e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

export HTSSRC=../htslib/

EXT = htslib angsd
TOOLS = ngsSim ngsPopGen ngsUtils ngsDist ngsF ngsF-HMM


all: $(EXT) $(TOOLS)

.PHONY: $(EXT) $(TOOLS)
$(EXT) $(TOOLS):
@$(MAKE) -C $@ HTSSRC=../htslib/;
@$(MAKE) -C $@

test:
@for i in $(TOOLS); do $(MAKE) -C $$i test; done
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ NOTE - this repository is intended for general use as it groups together the lat

`ngsTools` can be easily installed but some packages have some external dependencies:

* `gcc` : v4.9.2 tested on Debian 7.8 (wheezy)
* `zlib`: v1.2.7 tested on Debian 7.8 (wheezy)
* `gsl` : v1.15 tested on Debian 7.8 (wheezy)
* `md5sum`: only needed for `make test`
Expand Down
2 changes: 1 addition & 1 deletion ngsDist
2 changes: 1 addition & 1 deletion ngsF
2 changes: 1 addition & 1 deletion ngsF-HMM
2 changes: 1 addition & 1 deletion ngsPopGen
Submodule ngsPopGen updated 2 files
+2 −2 Makefile
+1 −1 examples/test.sh
2 changes: 1 addition & 1 deletion ngsSim
Submodule ngsSim updated 2 files
+2 −2 Makefile
+1 −1 examples/test.sh
2 changes: 1 addition & 1 deletion ngsUtils
Submodule ngsUtils updated 2 files
+3 −2 Makefile
+1 −1 examples/test.sh

0 comments on commit 2f2e54e

Please sign in to comment.