From 5c291035828a65517946823ad7d5b8dfb88eb474 Mon Sep 17 00:00:00 2001 From: Hannes Becher Date: Mon, 31 Jan 2022 11:55:59 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b0139..a9b80d4 100644 --- a/README.md +++ b/README.md @@ -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)