You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably both as an explicit PackedSeq -> PackedSeqVec, and in-place PackedSeq::rc(&mut self)?
And maybe also an iter_bp_rc? Although I haven't actually needed this yet.
And maybe also a separate fn rc_kmer(kmer: u64, k: usize) -> u64? although we don't really expose kmers as bits so far.
(Well, to_word does that, but to me it's more of a 'give a hashable identity' rather than 'give me a bit representation'.)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Probably both as an explicit
PackedSeq -> PackedSeqVec
, and in-placePackedSeq::rc(&mut self)
?And maybe also an
iter_bp_rc
? Although I haven't actually needed this yet.And maybe also a separate
fn rc_kmer(kmer: u64, k: usize) -> u64
? although we don't really expose kmers as bits so far.(Well,
to_word
does that, but to me it's more of a 'give a hashable identity' rather than 'give me a bit representation'.)The text was updated successfully, but these errors were encountered: