phac-nml / staramr

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

Fix up formatting in detailed_summary.tsv #63

Closed apetkau closed 5 years ago

apetkau commented 5 years ago

I noticed that the formatting in detailed_summary.tsv looks like:

Isolate ID Gene %Identity %Overlap Start End
A gyrA (S83F) 99.92399999999999 100.0 2361282.0 2358646.0

That is, the %Identity is not being rounded to 2 decimal places, while the Start and End are printed as float (they should be int).

apetkau commented 5 years ago

This issue was solved in #64