unsafe_setindex
does, but it would be nice if we had a more generic mechanism, that uses the macros can do it for all mutating functions.
Sequence
type is now called BioSequence{A}
.BioSequence{A}
is now LongSequence{A}
Kmers
are now a parametric type: Skipmer{U<:Unsigned, A<:Alphabet, M, N, K}
. A Skipmer is a more generic type of Kmer, where in addition to K, you have two other numeric parameters M and N. They are more fully described here: https://www.biorxiv.org/content/early/2017/09/19/179960.full.pdf+htmlDNAKmer{27}
in your scripts and such as shorthand and it will work.
Val{true}
is described