updated the download link to v2.3
This commit is contained in:
parent
306e4541f8
commit
5acd709524
|
|
@ -66,9 +66,9 @@ Detailed evaluations are available from the [minimap2 preprint][preprint].
|
||||||
Minimap2 only works on x86-64 CPUs. You can acquire precompiled binaries from
|
Minimap2 only works on x86-64 CPUs. You can acquire precompiled binaries from
|
||||||
the [release page][release] with:
|
the [release page][release] with:
|
||||||
```sh
|
```sh
|
||||||
wget --no-check-certificate -O- https://github.com/lh3/minimap2/releases/download/v2.2/minimap2-2.2_x64-linux.tar.bz2 \
|
wget --no-check-certificate -O- https://github.com/lh3/minimap2/releases/download/v2.3/minimap2-2.3_x64-linux.tar.bz2 \
|
||||||
| tar -jxvf -
|
| tar -jxvf -
|
||||||
./minimap2-2.2_x64-linux/minimap2
|
./minimap2-2.3_x64-linux/minimap2
|
||||||
```
|
```
|
||||||
If you want to compile from the source, you need to have a C compiler, GNU make
|
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
|
and zlib development files installed. Then type `make` in the source code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue