Skip to content

Commit bf6b618

Browse files
committed
update version number
1 parent 993d243 commit bf6b618

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[![Downloads](https://img.shields.io/github/downloads/Nextomics/NextPolish/total?logo=github)](https://github.com/Nextomics/NextPolish/releases/download/v1.2.0/NextPolish.tgz)
1+
[![Downloads](https://img.shields.io/github/downloads/Nextomics/NextPolish/total?logo=github)](https://github.com/Nextomics/NextPolish/releases/download/v1.2.1/NextPolish.tgz)
22
[![Release](https://img.shields.io/github/release/Nextomics/NextPolish.svg)](https://github.com/Nextomics/NextPolish/releases)
33
[![Issues](https://img.shields.io/github/issues/Nextomics/NextPolish.svg)](https://github.com/Nextomics/NextPolish/issues)
44

55
# NextPolish
66
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).
77

88
* **DOWNLOAD**
9-
click [here](https://github.com/Nextomics/NextPolish/releases/download/v1.2.0/NextPolish.tgz) or use the following command:
10-
`wget https://github.com/Nextomics/NextPolish/releases/download/v1.2.0/NextPolish.tgz`
9+
click [here](https://github.com/Nextomics/NextPolish/releases/download/v1.2.1/NextPolish.tgz) or use the following command:
10+
`wget https://github.com/Nextomics/NextPolish/releases/download/v1.2.1/NextPolish.tgz`
1111

1212
* **REQUIREMENT**
1313
* [Python](https://www.python.org/download/releases/) (Support python 2 and 3)
@@ -79,4 +79,4 @@ Hu, Jiang, et al. "NextPolish: a fast and efficient genome polishing tool for lo
7979
9. RuntimeError: Could not find drmaa library. Please specify its full path using the environment variable DRMAA_LIBRARY_PATH.
8080
Please setup the environment variable: DRMAA_LIBRARY_PATH, see [here](https://github.com/pygridtools/drmaa-python) for more details.
8181
10. OSError: /path/lib64/libc.so.6: version `GLIBC_2.14' not found (required by /path/NextPolish/lib/calgs.so).
82-
Please download [this version](https://github.com/Nextomics/NextPolish/releases/download/v1.2.0/NextPolish-CentOS6.9.tgz) and try again.
82+
Please download [this version](https://github.com/Nextomics/NextPolish/releases/download/v1.2.1/NextPolish-CentOS6.9.tgz) and try again.

0 commit comments

Comments
 (0)