dhtslib ~cigar_and_md_api (2022-01-17T03:42:31.0299165)
Dub
Repo
MDREGEX
dhtslib
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
md
functions
getMDPairs
structs
MDItr
MDPair
variables
MDREGEX
regex to extract MD string groups ex: "11A3^G" -> [(11, "A"), (3, "^G")]