Release minimap2-2.9 (r720)

This commit is contained in:
Heng Li
2018-02-24 09:31:09 -05:00
parent 83c57a9d98
commit eeb314edd6
5 changed files with 29 additions and 6 deletions
+2 -2
View File
@@ -68,9 +68,9 @@ Detailed evaluations are available from the [minimap2 preprint][preprint].
Minimap2 is optimized for x86-64 CPUs. You can acquire precompiled binaries from
the [release page][release] with:
```sh
curl -L https://github.com/lh3/minimap2/releases/download/v2.8/minimap2-2.8_x64-linux.tar.bz2 \
curl -L https://github.com/lh3/minimap2/releases/download/v2.9/minimap2-2.9_x64-linux.tar.bz2 \
| tar -jxvf -
./minimap2-2.8_x64-linux/minimap2
./minimap2-2.9_x64-linux/minimap2
```
If you want to compile from the source, you need to have a C compiler, GNU make
and zlib development files installed. Then type `make` in the source code