diff --git a/DESCRIPTION b/DESCRIPTION index cec81ff..481bee0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "thierrygosselin@icloud.com", role = c("aut", "cre"))) diff --git a/README.md b/README.md index 2d4a239..b0999a3 100644 --- a/README.md +++ b/README.md @@ -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