phac-nml / staramr

Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.
Apache License 2.0
120 stars 26 forks source link

Remove warning when aggegating #151

Closed apetkau closed 2 years ago

apetkau commented 2 years ago

Fixes up a pandas warning I was encountering with Python 3.7 by changing how I use the agg function.