Skip to content

Commit d2b16c7

Browse files
committed
add citation
1 parent 71b9f61 commit d2b16c7

File tree

2 files changed

+5
-102
lines changed

2 files changed

+5
-102
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ Service list:
167167
- localhost/shiny/BioInstaller Shiny service
168168
- localhost/rstudio/ Rstudio server (opencpu/opencpu)
169169

170+
## Citation
171+
172+
- Li J, Cui B, Dai Y, et al. BioInstaller: a comprehensive R package to construct interactive and reproducible biological data analysis applications based on the R platform[J]. PeerJ, 2018, 6:e5853.
173+
170174
## How to contribute?
171175

172176
Please fork the [GitHub BioInstaller

vignettes/download.Rmd

Lines changed: 1 addition & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -30,105 +30,4 @@ CRAN: https://CRAN.R-project.org/package=BioInstaller
3030

3131
## JhuangLab host
3232

33-
### BioInstaller 0.3.7
34-
35-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.7.tar.gz).
36-
37-
### BioInstaller 0.3.6
38-
39-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.6.tar.gz).
40-
41-
#### New features
42-
43-
* add copy\_plugins and copy\_configs functions to restore
44-
the plugins and config
45-
* use fromJSON to access the github APIs,
46-
which can avoid the SSL problem on windows platform
47-
48-
### v0.3.5.7000
49-
50-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.5.7000.tar.gz).
51-
52-
#### Minor bugs fixed
53-
54-
* Add conda and spack in the Docker image
55-
56-
### v0.3.5.6000
57-
58-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.5.6000.tar.gz).
59-
60-
#### New features
61-
62-
* Shiny application supported
63-
64-
* Numbers increased of included items, especialy the databases
65-
66-
* Use github [forum](https://github.com/JhuangLab/BioInstaller/issues)
67-
68-
* Add parameter `overwrite` in `install.bioinfo`
69-
70-
* Add Opencpu, Shiny and Rstudio service in Docker container
71-
72-
* Use 'Setting' module in Shiny application to manage the variables
73-
74-
#### Minor bugs fixed
75-
76-
* Check and confirm delete the existing dir only when clone a github project
77-
78-
### v0.3.3
79-
80-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.3.3.tar.gz).
81-
82-
#### New features
83-
84-
* Multiple resources file be supported
85-
86-
* Adjust and set db, github, nongithub, web and docker in inst/extdata/config
87-
88-
* Meta information of software and database be added in newly supported items
89-
90-
* Decompress can be auto-recognized
91-
92-
* Docker supported
93-
94-
#### Minor bugs fixed
95-
96-
* change.info default is to write tempfile() now
97-
98-
* Fixed a bug when set save.to.db to FALSE. It can raise installed fail
99-
100-
### v0.2.1
101-
102-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.2.1.tar.gz).
103-
104-
#### New features
105-
106-
* ANNOVAR databases can be download using inst/extdata/databases/ANNOVAR.toml
107-
108-
* Move databases toml file to inst/extdata/databases/
109-
110-
* `local.source` be supported (Don't need download the source code again when it were download already)
111-
112-
* Function `docker.pull` and `docker.search` be added to download and search docker repo
113-
114-
* Function `craw.all.versions` be added to crawl source code of all version (Sotwares or databases)
115-
116-
### v0.1.2
117-
118-
Download [here](http://bioinfo.rjh.com.cn/download/bioinstaller/bioinstaller/v0.1.2.tar.gz).
119-
120-
#### New features
121-
122-
* #R# CMD #R# marked the R CMD need to be runed
123-
124-
* glue parse be supported
125-
126-
* Softwares versions of github.cfg be fetched from github API
127-
128-
* destdir and download.dir can be setted respectively
129-
130-
* `verbose` default is TRUE, show log infomation
131-
132-
#### Minor bugs fixed
133-
134-
* Fix `unlink()` clean tests files fail on windows (force = TRUE)
33+
2018.11 Temporarily suspend service.

0 commit comments

Comments
 (0)