dib-lab/kmerDecoder

Performance drawback in decoding genomes

Closed this issue · 1 comments

Genomes or FASTA files that contain very long sequences take a lot to be decoded as the kmerDecoder has to decode each kmer and insert it in a buffer data structure. Suggested solution: pre-processing step to split the long sequences into smaller chunks.

duplicate and complementary to #12