You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ The program functions similarly to the original code. Users should refer to the
44
44
* I have added a file converter that will convert the two-line per sample Structure file format to immanc format in my file_converters repository (https://github.com/stevemussmann/file_converters). In full disclosure, this converter has not been robustly tested.
45
45
46
46
## List of changes:
47
+
2019-07-11:
48
+
* Updated version number to 1.1.
49
+
* Fixed immanc file parsing bug in which individuals would sometimes be assigned the incorrect population. This occurred when all samples from the same population did not occur consecutively within the immanc file. This bug carried over from the original BA3 source code, so you should repeat any analyses you conducted in any version of BayesAss if your input immanc file was not sorted according to population.
50
+
* Added buffer flush when printing to MCMC trace file. The trace file should update more regularly now.
51
+
* Fixed indenting in file parsing source code.
52
+
* Updated program banner.
53
+
47
54
2019-02-16:
48
55
* Fixed casting int as char to eliminate compiler warning.
0 commit comments