Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DCGenomics authored Oct 31, 2018
1 parent e0625cd commit 7c6719c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ output:
keep_md: yes
---

### Basics

If running from the docker container:

```
docker run -ti ncbihackathons/genehummus3
cd GeneHummus
R
```


### Dependencies

```{r}
Expand All @@ -17,7 +28,7 @@ library(curl)
library(httr)
```

### HTPP2 errors
### HTTP2 errors
To avoid errors in the HTPP2 framing layer is recommended to run the following code :

```{r}
Expand Down

0 comments on commit 7c6719c

Please sign in to comment.