-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
65 lines (42 loc) · 1.71 KB
/
ChangeLog
File metadata and controls
65 lines (42 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
2015-06-02 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-9
* R/write.R: write.snphap() now uses 'N' for null alleles in nucleotide coding
2014-08-18 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-8
* R/write.R: write.impute() now creates sample file too
2014-08-05 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-7
* src/writers.c (write_impute):
* src/write.R (write.impute): added option to explicitly provide
rsids, previously assumed to be the colnames() of X
2013-10-21 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-6
* src/writers.c (write_phase): fixed bug in defintion of astr
2013-10-21 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-5
* R/write.R (write.sbams): added write.sbams function
2013-10-14 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-4
Removed inst/doc/vignette.Rmd, use vignettes/vignette.Rmd as per
Brian Ripley's email.
2013-05-14 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5-3
added README.md to .Rbuildignore
Modified write.mach to allow specification of non-default SNP names
2013-05-14 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.5
added vignette
2013-04-08 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.04
editted write.snphap function to enforce snphap default allele
coding, and recode indels where necessary.
2013-03-20 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.03
added write.snphap function
2013-01-28 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.02
updated write_mach to allow specification of pedigree, member etc
rather than assuming all samples are unrelated
2012-12-11 Chris Wallace <chris.wallace@cimr.cam.ac.uk>
* v1.01
added "\r\n" eol characters on Windows platforms