From d729cca1e201ca16749b67f750b0bc5465c9a990 Mon Sep 17 00:00:00 2001 From: Dinghua Li Date: Mon, 14 Oct 2019 19:51:03 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 973dd10..aa812ea 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ conda install -c bioconda megahit ### Pre-built binaries for x86_64 Linux ```sh -wget https://github.com/voutcn/megahit/releases/download/v1.2.8/MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz -tar zvxf MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz -cd MEGAHIT-1.2.8-Linux-x86_64-static/bin/ +wget https://github.com/voutcn/megahit/releases/download/v1.2.9/MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz +tar zvxf MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz +cd MEGAHIT-1.2.9-Linux-x86_64-static/bin/ ./megahit --test # run on a toy dataset ./megahit -1 MY_PE_READ_1.fq.gz -2 MY_PE_READ_2.fq.gz -o MY_OUTPUT_DIR ``` @@ -82,4 +82,4 @@ Publications License ------- -This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details \ No newline at end of file +This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details