From f2041bb627df98415898946031dfde037061a1f9 Mon Sep 17 00:00:00 2001 From: Daniel Ji Date: Sun, 10 Sep 2023 17:47:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e70dc0..ce82c05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## ViralWasm-Consensus -A client-side WebAssembly pipeline for viral consensus sequence calling. To run the pipeline locally without internet, download the **offline** version of ViralWasm-Consensus. To do so, download the latest release / repository (https://github.com/Niema-Lab/ViralWasm-Consensus/releases/latest/master.zip) and run the following command: +A client-side WebAssembly pipeline for viral consensus sequence calling. To run the pipeline locally without internet, download the **offline** version of ViralWasm-Consensus. To do so, download the latest release / repository (https://github.com/Niema-Lab/ViralWasm-Consensus/archive/master.zip) and run the following command: ```python3 run_website.py```