Skip to content

Commit

Permalink
v.0.2.5 bug fix see readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrygosselin committed May 3, 2016
1 parent cf0eb1e commit 583d5c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: assigner
Type: Package
Title: Assignment Analysis with GBS/RADseq Data using R
Version: 0.2.4
Date: 2016-04-27
Version: 0.2.5
Date: 2016-05-04
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ The Amazon image can be imported into Google Cloud Compute Engine to start a new

## New

**v.0.2.5**
* cleaner code for strata section
* bug fix restricted to `assignment_ngs` + `assignment.analysis = "adegenet"` + `sampling.method = "ranked"`.
A line at the beginning of a gsi_sim code section was deleted makig the assignment with adegenet go through that chunk of code and causing 100% assignment! if (assignment.analysis = "gsi_sim") {code} prevent this problem...

**v.0.2.4**
* bug fixed using adegenet that was introduced in v.0.2.3
* introducing a new function `import_subsamples_fst` to import the fst ranking
Expand Down

0 comments on commit 583d5c9

Please sign in to comment.