tfmodisco-lite icon indicating copy to clipboard operation
tfmodisco-lite copied to clipboard

Fix bug in gapped kmer

Open thomasopsomer opened this issue 4 months ago • 3 comments

Hello @jmschrei,

I had issues in the function that computes scores for the gapped kmers: _extract_gkmers in _seqlet_to_gkmers. It seems that if there is less gapped kmers extracted than the parameter max_entries there is a bug. It's just a quick fix that ensure we don't have size issues but I didn't really think this a lot :)

thomasopsomer avatar Oct 09 '24 19:10 thomasopsomer