hammerlab / prohlatype

Probabilistic HLA typing
Apache License 2.0
35 stars 4 forks source link

Reverse complement Kmer encoding calculation #80

Closed rleonid closed 7 years ago

rleonid commented 7 years ago

Considerable effort has been put to avoiding manipulating actual strings by passing around indices instead when we calculate kmer encoding or align. It would be nice to do this for the reverse complement scan as well.

rleonid commented 7 years ago

No longer relevant. For what it is worth, the PHMM logic is parameterized by an an access pattern so we don't actually create the reverse complement string.