TRΛNS-GIRL.C0DΞS
TRΛNS-GIRL.C0DΞS
It's just occurred to me in the Refactor of SpacedKmers the code above has a minor bug I need to fix.
I'll have to benchmark to make sure that in practical uses there isn't some hidden performance benefit to using EveryKmer, like simpler iteration methods being easier to optimise.
I don't know about exporing the fields like reader.* should be exprted, but this package should certainly have some sort of getter method to provide a stable api for getting...
@jakobnissen Did this get fixed to your satisfaction in your PR? I'm trying to figure if this can be closed or if it's still troubling you?
Thats very interesting that `record` should be of type `ANY`. At first glance, I think that should not be happening. Thanks for flagging this!
I guess it depends on whether you consider Kmers as just LongSequences - i.e. ordered containers of BioSymbols - just optimised for a specific purpose. Or almost more of a...
@timholy Thanks for investigating that, @StephenVavasis I would encourage you both to use CodecZLib instead of this package, if it is possible, as it is more up to date and...