Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
auth_token = NULL
  • Loading branch information
HendrikSchultheis authored Nov 27, 2018
1 parent ca0c78f commit 6c0f480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Start R and install the **WIlsON R** package and dependencies (make sure to inst
```
R
install.packages("devtools")
devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3", auth_token = "")
devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3", auth_token = NULL)
```

Download the **WIlsON R application** archive from https://github.molgen.mpg.de/loosolab/wilson-apps and unzip. Move wilson-basic folder into R Shiny server apps folder (e.g. /srv/shiny-server/sample-apps/wilson-basic).
Expand All @@ -89,7 +89,7 @@ To run this app in your local RStudio you have to install the **WIlsON R package

```
install.packages("devtools")
devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3", auth_token = "")
devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3", auth_token = NULL)
```
Now either clone the repository and use ``runApp()``:
```
Expand Down

0 comments on commit 6c0f480

Please sign in to comment.