dhtslib ~dstep2 (2022-03-14T21:51:44.4661389)
Dub
Repo
MDREGEX
dhtslib
sam
md
regex to extract MD string groups ex: "11A3^G" -> [(11, "A"), (3, "^G")]
auto
MDREGEX
=
regex
(
`(\d+)([\^ATGCN]*)`
)
;
Meta
Source
See Source File
dhtslib
sam
md
functions
getMDPairs
structs
MDItr
MDPair
variables
MDREGEX
regex to extract MD string groups ex: "11A3^G" -> [(11, "A"), (3, "^G")]