From 10502e2a78dcc7be87b0a3ecb0e70900b386e30a Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Thu, 13 May 2021 17:55:47 +0200 Subject: [PATCH] Fixed typo in Readme.md deltion -> deletion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dafb655..9865b93 100644 --- a/README.md +++ b/README.md @@ -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.