__init__.py has duplicate storage of kmerid [smell] #114
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
invalid
This doesn't seem right
wontfix
This will not be worked on
Milestone
idx from enumerate loop is also the k-mer id. No need for
kmer_ids[i]
ORkmer_ids[idx]
. Hesitating to fix until more info or refactoring proceeds.See init.py#L1241
kmer_ids[idx] == idx
Please fix.
The text was updated successfully, but these errors were encountered: