Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbecher authored Jan 31, 2022
1 parent 5195de2 commit 5c29103
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 @@ -8,8 +8,8 @@ Tetmer is an R package for fitting population genetic models to (and the visuali
There's a [video on Youtube](https://youtu.be/lk2bTe_zAtE) of Hannes Becher talking about k-mer spectra and Tetmer.

## Setup
1. Download the [latest release here](https://github.com/hannesbecher/shiny-k-mers/releases/download/v2.2.0/Tetmer_2.2.0.tar.gz).
2. Open Rstudio and run `install.packages("path/to/Tetmer_2.2.0.tar.gz", repo=NULL)`.
1. Download the [latest release here](https://github.com/hannesbecher/shiny-k-mers/releases/download/v2.2.1/Tetmer_2.2.1.tar.gz).
2. Open Rstudio and run `install.packages("path/to/Tetmer_2.2.1.tar.gz", repo=NULL)`.
3. To see if it works run `library(Tetmer)` and then `tetmer()`. An interactive window should pop up.

## Using Tetmer (brief)
Expand Down

0 comments on commit 5c29103

Please sign in to comment.