dhtslib ~develop (2022-01-25T20:23:39.6291596)
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")]