Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lh3/minimap2
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jun 16, 2021
2 parents fe6a0bb + c83589b commit 7025b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ with the ARM related command lines given above.

Without any options, minimap2 takes a reference database and a query sequence
file as input and produce approximate mapping, without base-level alignment
(i.e. no CIGAR), in the [PAF format][paf]:
(i.e. coordinates are only approximate and no CIGAR in output), in the [PAF format][paf]:
```sh
minimap2 ref.fa query.fq > approx-mapping.paf
```
Expand Down

0 comments on commit 7025b0b

Please sign in to comment.