parent
4422c0c6f9
commit
10502e2a78
|
|
@ -274,7 +274,7 @@ CGATCGATAAATAGAGTAG---GAATAGCA
|
||||||
CGATCG---AATAGAGTAGGTCGAATtGCA
|
CGATCG---AATAGAGTAGGTCGAATtGCA
|
||||||
```
|
```
|
||||||
is represented as `:6-ata:10+gtc:4*at:3`, where `:[0-9]+` represents an
|
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
|
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.
|
similar to the `MD` SAM tag but is standalone and easier to parse.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue