apcamargo / pycoverm

Simple Python interface to CoverM's fast coverage estimation functions
GNU General Public License v3.0
7 stars 2 forks source link

Fix wrong order of return values #11

Closed jakobnissen closed 1 year ago

jakobnissen commented 1 year ago

In a previous commit, the order of (headers, matrix) was unintentionally swapped to (matrix, headers), contrary to the docstring. Fix this bug.

Side note: I can't believe I put in such an obvious bug. Sorry for the trouble.

apcamargo commented 1 year ago

No worries, I also didn't notice that. Thanks for the fix