Skip to content

Commit

Permalink
Added ngsLD as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira committed May 8, 2018
1 parent 579a452 commit 17cd6d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

1.0.2 / 08-05-2018
==================
* Added ngsLD as a sub-repository

1.0.1 / 20-05-2016
==================
* Added ngsF-HMM as a sub-repository
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export HTSSRC=../htslib/

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

all: $(EXT) $(TOOLS)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Packages

* [ngsF-HMM](https://github.com/fgvieira/ngsF-HMM) is a program developed and written by F.G. Vieira to estimate per-individual inbreeding tracts using a two-state Hidden Markov Model ([Vieira et al. 2016](http://bioinformatics.oxfordjournals.org/content/32/14/2096)). It uses a probabilistic framework that takes the uncertainty of genotype's assignation into account; making it specially suited for low-quality or low-coverage datasets. It is not officially part of ngsTools so it must be installed separately.

* [ngsLD](https://github.com/fgvieira/ngsLD) is a program that calculates pairwise Linkage Disequilibrium (LD) under a probabilistic framework ([Fox et al., 2018](http://onlinelibrary.wiley.com/doi/10.1111/bij.12511/abstract)).


Installation
--------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions ngsLD
Submodule ngsLD added at f842b1

0 comments on commit 17cd6d3

Please sign in to comment.