From 7ddf38bf3140d40bf57b85bd620808a66e347c35 Mon Sep 17 00:00:00 2001 From: Moold Date: Mon, 22 Jun 2020 18:15:24 +0800 Subject: [PATCH] update version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b29faec..308db65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Downloads](https://img.shields.io/github/downloads/Nextomics/NextPolish/total?logo=github)](https://github.com/Nextomics/NextPolish/releases/download/v1.2.2/NextPolish.tgz) +[![Downloads](https://img.shields.io/github/downloads/Nextomics/NextPolish/total?logo=github)](https://github.com/Nextomics/NextPolish/releases/download/v1.2.3/NextPolish.tgz) [![Release](https://img.shields.io/github/release/Nextomics/NextPolish.svg)](https://github.com/Nextomics/NextPolish/releases) [![Issues](https://img.shields.io/github/issues/Nextomics/NextPolish.svg)](https://github.com/Nextomics/NextPolish/issues) @@ -6,8 +6,8 @@ NextPolish is used to fix base errors (SNV/Indel) in the genome generated by noisy long reads, it can be used with short read data only or long read data only or a combination of both. It contains two core modules, and use a stepwise fashion to correct the error bases in reference genome. To correct the raw third-generation sequencing (TGS) long reads with approximately 15-10% sequencing errors, please use [NextDenovo](https://github.com/Nextomics/NextDenovo). * **DOWNLOAD** -click [here](https://github.com/Nextomics/NextPolish/releases/download/v1.2.2/NextPolish.tgz) or use the following command: -`wget https://github.com/Nextomics/NextPolish/releases/download/v1.2.2/NextPolish.tgz` +click [here](https://github.com/Nextomics/NextPolish/releases/download/v1.2.3/NextPolish.tgz) or use the following command: +`wget https://github.com/Nextomics/NextPolish/releases/download/v1.2.3/NextPolish.tgz` * **REQUIREMENT** * [Python](https://www.python.org/download/releases/) (Support python 2 and 3): @@ -80,4 +80,4 @@ Hu, Jiang, et al. "NextPolish: a fast and efficient genome polishing tool for lo 9. RuntimeError: Could not find drmaa library. Please specify its full path using the environment variable DRMAA_LIBRARY_PATH. Please setup the environment variable: DRMAA_LIBRARY_PATH, see [here](https://github.com/pygridtools/drmaa-python) for more details. 10. OSError: /path/lib64/libc.so.6: version `GLIBC_2.14' not found (required by /path/NextPolish/lib/calgs.so). - Please download [this version](https://github.com/Nextomics/NextPolish/releases/download/v1.2.2/NextPolish-CentOS6.9.tgz) and try again. + Please download [this version](https://github.com/Nextomics/NextPolish/releases/download/v1.2.3/NextPolish-CentOS6.9.tgz) and try again.