Final README version

This commit is contained in:
Saurabh
2021-08-04 03:47:05 -07:00
committed by Heng Li
parent 4df2d259ee
commit 7fd30e15b8

View File

@@ -21,7 +21,7 @@ make
### Usage
The usage of mm2-fast is same as minimap2. Here is an example of mapping ONT reads with test data.
```sh
./mm2-fast -ax map-ont test/MT-human.fa test/MT-orang.fa > mm2-fast_output
./minimap2 -ax map-ont test/MT-human.fa test/MT-orang.fa > mm2-fast_output
```
### Accuracy evaluation