MatthewRalston / kmerdb

Python bioinformatics CLI for k-mer counts and de Bruijn graphs
https://matthewralston.github.io/kmerdb
Apache License 2.0
12 stars 1 forks source link

Large regression in __init__.py L1288-1292ish where row number used as index #117

Closed MatthewRalston closed 9 months ago

MatthewRalston commented 9 months ago

Unsorted no metadata uses i vs idx to access kmer_ids, counts, frequencies...

yuck.

init.py#L1286-1292

MatthewRalston commented 9 months ago

Closed by f41674d. Uses enumerated 'idx' as index/access to kmer_ids, counts, and frequencies.