Skip to content

Commit

Permalink
Update quick_start_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Nov 11, 2022
1 parent d346045 commit 97705c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quick_start_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gget.setup("alphafold") # setup only needs to be run once
gget.alphafold("MSKGEELFTGVVPILVELDGDVNGHKFSVSGEGEGDATYGKLTLKFICTTGKLPVPWPTLVTTFSYGVQCFSRYPDHMKQHDFFKSAMPEGYVQERTIFFKDDGNYKTRAEVKFEGDTLVNRIELKGIDFKEDGNILGHKLEYNYNSHNVYIMADKQKNGIKVNFKIRHNIEDGSVQLADHYQQNTPIGDGPVLLPDNHYLSTQSALSKDPNEKRDHMVLLEFVTAAGITHGMDELYK")
```
Call `gget` from R using [reticulate](https://rstudio.github.io/reticulate/):
```
```r
system("pip install gget")
install.packages("reticulate")
library(reticulate)
Expand Down

0 comments on commit 97705c3

Please sign in to comment.