Readme missing preset - fixed

This commit is contained in:
Saurabh
2021-08-04 04:26:28 -07:00
committed by Heng Li
parent 7fd30e15b8
commit 7339801629

View File

@@ -29,7 +29,7 @@ As mm2-fast is an accelerated version of minimap2-v2.18, the output of mm2-fast
```sh
git clone https://github.com/lh3/minimap2.git -b v2.18
cd minimap2 && make
./minimap2 -ax test/MT-human.fa test/MT-orang.fa --max-chain-skip=1000000 > minimap2_output
./minimap2 -ax map-ont test/MT-human.fa test/MT-orang.fa --max-chain-skip=1000000 > minimap2_output
```
The output generated by minimap2 and mm2-fast should match.
```sh