dib-lab / kProcessor

kProcessor: kmers processing framework.
https://kprocessor.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

kDataFrame doesn't process other kmerDecoder modes correctly #79

Closed mr-eyes closed 3 years ago

mr-eyes commented 3 years ago

This should be reported as an implementatoin Bug. The kDataFrames works very fine with the default kmers mode but not the other modes (skipmers, minimizers, and protein). kmerDecoder will enhance the instantiation interface https://github.com/dib-lab/kmerDecoder/issues/22 then will use it to fix this in kProcessor.

mr-eyes commented 3 years ago

Fixed.