-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathChangeLog
215 lines (130 loc) · 5.83 KB
/
ChangeLog
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
2019-05-12 Li Jianfeng <[email protected]>
* migrated Shiny application
2018-10-10 Li Jianfeng <[email protected]>
* major change (for latest RcppTOML) in database.toml and
related parameters name (. => _)
2018-09-26 Li Jianfeng <[email protected]>
* fix cran check error
2018-06-04 Li Jianfeng <[email protected]>
* update input UI when upload and delete files
2018-06-01 Li Jianfeng <[email protected]>
* add pipeline tabitem
2018-05-31 Li Jianfeng <[email protected]>
* Update Dockerfile and fix websocket connection
* Opencpu package REST API
2018-05-24 Li Jianfeng <[email protected]>
* fix download.database warning message (newest ini)
2018-05-23 Li Jianfeng <[email protected]>
* support download/preview function for upload/output files
2018-05-22 Li Jianfeng <[email protected]>
* Support annotation module in shiny
2018-05-21 Li Jianfeng <[email protected]>
* Annotation tabitem UI
* shiny tableout to DT tableout
* vcfanno, vep, annovar change cmd 'print' to message
* set solidHeader = FALSE in shiny box
* add upload filetypes
* improve input UI render method (render_input_box_ui)
2018-05-20 Li Jianfeng <[email protected]>
* support background workers to process long time R commands
* support clusterProfiler
* auto update system monitor in dashbord page (10s)
2018-05-19 Li Jianfeng <[email protected]>
* add dashbord page in shiny app
2018-05-17 Li Jianfeng <[email protected]>
* add function check_shiny_dep
* tryCatch for shiny app commands
2018-05-15 Li Jianfeng <[email protected]>
* shiny APP support maftools demo plot with update function
2018-05-08 Li Jianfeng <[email protected]>
* delete upload items supported in shiny APP
2018-05-03 Li Jianfeng <[email protected]>
* add 2018sih_wgs_nkt_full_sqlite in normal pool
2018-02-26 Li Jianfeng <[email protected]>
* initial anor shiny App (inst/extdata/tools/shiny)
2018-01-19 Li Jianfeng <[email protected]>
* improve download.database for single
download.name and multiple version
* add docm, intogen, disgenet and cancer_hotspots
databases support
2018-01-18 Li Jianfeng <[email protected]>
* add returned colnames test
2018-01-17 Li Jianfeng <[email protected]>
* fix a check bug in annovar
2018-01-06 Li Jianfeng <[email protected]>
* R/annotation.R annotation.cols.match and
annotation.region.match added parameter fread.db.params
2018-01-05 Li Jianfeng <[email protected]>
* added mysql.auto.build and mysql.auto.index
* supported external tools vep and vcfanno
* use vcfR package to parse VCF files to data.table object
2017-12-19 Li Jianfeng <[email protected]>
* modified in dependence
* change download.database parameters order
2017-12-15 Li Jianfeng <[email protected]>
* if os is windows set annovar.dir in PATH
* use annovar.anno.names when anno.name equal perl_annovar_merge
* download.database support multiple download.name
* improve test coverage
2017-12-14 Li Jianfeng <[email protected]>
* fix testthat 2.0 check error
2017-12-13 Li Jianfeng <[email protected]>
* use ANNOVAR to annotate R object and input.file
* dbscsnv11 be supported
* add nastring paramter in annovar
2017-12-06 Li Jianfeng <[email protected]>
* add tall_somatic_genes_201706
2017-12-05 Li Jianfeng <[email protected]>
* add set.db.sync.version and set.table.sync.version to get db and
table name (R/external_function.R)
2017-12-04 Li Jianfeng <[email protected]>
* fix start_index length error
* when skip != 0, the header set FALSE in fread (sqlite.auto.build)
* return.col.names.profix be support
2017-12-03 Li Jianfeng <[email protected]>
* optimize sqlite.auto.build
* add func get.annotation.needcols in R/get.R
* add param overwrite and append in sqlite.auto.build
2017-12-02 Li Jianfeng <[email protected]>
* download.database use default version
* update function annovar document
* download.database use download.name and download.cfg
* add function get.download.name
* dbname.fixed and table.name.fixed can be used in database.cfg
* new database be supoorted
* set function parameters default value
2017-11-30 Li Jianfeng <[email protected]>
* b_all_rnaseq_v1_core and b_all_rnaseq_v1_extra be added
2017-11-29 Li Jianfeng <[email protected]>
* hgnc_coding_gene2pre and hgnc_coding_pre2gene be supported
* not show warnings in fread database step
2017-11-27 Li Jianfeng <[email protected]>
* use do.call process external function
* document re-format
* convert2annovar.pl be added in annovar
2017-11-26 Li Jianfeng <[email protected]>
* sqlite.auto.build use split_row_file to
process big file
* vignettes be added
2017-11-24 Li Jianfeng <[email protected]>
* Function annovar be added in R/external_tools.R
2017-11-23 Li Jianfeng <[email protected]>
* CSCD database be supported
* region match full tested
* epi_genes_v1 be supported
2017-11-22 Li Jianfeng <[email protected]>
* Parallel and big.file mode be extract
2017-06-08 Li Jianfeng <[email protected]>
* Download .sql file and convert to sqlite automatically
2017-06-07 Li Jianfeng <[email protected]>
* sql2sqlite be added in R/build.R
2017-06-06 Li Jianfeng <[email protected]>
* finished file check step be added
2017-06-05 Li Jianfeng <[email protected]>
* MySQL db.type be supported
* build database from a file or a data.table object (R/build.R)
* dbname.fixed and table.name.fixed be added (R/annotation.R)
2017-06-04 Li Jianfeng <[email protected]>
* ANNOVAR databases download full supported
* download.database use buildver
* Unit test of download.database