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

v0.7.5 - fixes minor regressions, --sorted truthiness, ignored --quiet in conditional branch, and fixes duplicate col2 among others #119

Closed MatthewRalston closed 9 months ago

MatthewRalston commented 9 months ago

Fixes some minor regressions, and a major regression involving tabular format specification.

Specifically, col1 is a row number. Plain.

Col2 and col3 are malformed, now is just a k-mer id. Col 3 becomes the count, col4 is frequency, no col5.