Fixed typo in Readme.md

deltion -> deletion
This commit is contained in:
Cornelius Roemer 2021-05-13 17:55:47 +02:00 committed by Heng Li
parent 4422c0c6f9
commit 10502e2a78
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ CGATCGATAAATAGAGTAG---GAATAGCA
CGATCG---AATAGAGTAGGTCGAATtGCA
```
is represented as `:6-ata:10+gtc:4*at:3`, where `:[0-9]+` represents an
identical block, `-ata` represents a deltion, `+gtc` an insertion and `*at`
identical block, `-ata` represents a deletion, `+gtc` an insertion and `*at`
indicates reference base `a` is substituted with a query base `t`. It is
similar to the `MD` SAM tag but is standalone and easier to parse.