-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
153 lines (91 loc) · 3.27 KB
/
NEWS
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
CHANGES IN VERSION 1.37.0
------------------------
o add support for Ensembl release 105
CHANGES IN VERSION 1.33.0
------------------------
o add support for Ensembl release 102/103/104
CHANGES IN VERSION 1.32.0
------------------------
o add support for Ensembl release 100/101
CHANGES IN VERSION 1.30.0
------------------------
o add support for Ensembl release 99
CHANGES IN VERSION 1.28.0
------------------------
o add support for Ensembl release 97/98
CHANGES IN VERSION 1.26.0
------------------------
o add support for Ensembl release 95/96
CHANGES IN VERSION 1.24.0
------------------------
NEW FEATURES
o add support for Ensembl release 94 (this should also encompass 93)
CHANGES IN VERSION 1.22.0
------------------------
NEW FEATURES
o add support for Ensembl release 92
o add support for Ensembl release 91
MODIFICATIONS
o The default 'host' is not specified, defaulting to vep default of
'ensembldb.ensembl.org'. The default previously was 'useastdb.ensembl.org'
Users in the US may find connection and transfer speeds quicker using the
East coast mirror, 'useastdb.ensembl.org'. It was updated because the
mirror only supports current and current minus one vep version, and to
bring the default in line with the default of vep.
CHANGES IN VERSION 1.20.0
------------------------
NEW FEATURES
o add support for Ensembl release 90
MODIFICATIONS
o param object is now VEPFlags instead of VEPParam; a more generalized
object with a single flags=list() argument to control ensembl vep runtime
options
CHANGES IN VERSION 1.16.0
------------------------
NOTE: As of Ensembl release 88 the name of the script was changed
from variant_effect_predictor.pl to vep.
NEW FEATURES
o add support for Ensembl release 85-88
MODIFICATIONS
o document parseCSQToGRanges() behavior when no 'CSQ' data are found
o parseCSQToGRanges() returns mcols with names from CSQ field when
CSQ is present but empty
o add DBI perl module to SystemRequirements
CHANGES IN VERSION 1.14.0
------------------------
NEW FEATURES
o add support for Ensembl release 85 and 86
CHANGES IN VERSION 1.12.0
------------------------
NEW FEATURES
o add support for Ensembl release 82 and 84
MODIFICATIONS
o elementLengths was renamed -> elementNROWS in S4Vectors
o mark as unsupported on windows; Ensembl release 84 requires tabix
CHANGES IN VERSION 1.10.0
------------------------
NEW FEATURES
o VEPParam78 class supports Ensembl 80
CHANGES IN VERSION 1.8.0
------------------------
NEW FEATURES
o Add VEPParam78 class to support Ensembl 78
o Add 'flag_pick', 'flag_pick_allele', 'pick_order' and 'tsl' flags
MODIFICATIONS
o Add new biocViews terms
CHANGES IN VERSION 1.6.0
------------------------
NEW FEATURES
o Add VEPParam77 class to support Ensembl 77
CHANGES IN VERSION 1.4.0
------------------------
NEW FEATURES
o VEPParam is now VIRTUAL with subclasses VECParam67 and
VEPParam73
o Add helpers currentVEP() and supportedVEP()
o Add VEPParam75 class
MODIFICATIONS
o Modify VEPParam to support Ensembl versions 67 and 73
o Add slots 'scriptPath' and 'version' to VEPParam
o New man page for runtime options
o Update biocViews terms