fixed URL
This commit is contained in:
parent
9a935dcef5
commit
b4edb0cf55
|
|
@ -1,6 +1,6 @@
|
||||||
## Getting Started
|
## Getting Started
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/lh3/minimap2
|
git clone https://github.com/lh3/minimap2
|
||||||
cd minimap2 && make
|
cd minimap2 && make
|
||||||
# long reads against a reference genome
|
# long reads against a reference genome
|
||||||
./minimap2 -ax map10k test/MT-human.fa test/MT-orang.fa > test.sam
|
./minimap2 -ax map10k test/MT-human.fa test/MT-orang.fa > test.sam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue