Altius / hotspot2

Implementation of hotspot2 by Eric Rynes
16 stars 3 forks source link

Field 5 of the hotspot output file needs to be an integer #20

Closed erynes closed 8 years ago

erynes commented 8 years ago

Field 5 of the hotspot output file is currently a floating-point number x in the range 0 <= x <= 1000. The range is correct for the "broad peaks" format, but x needs to be an integer to meet the format's standard.

erynes commented 8 years ago

Fixed via commit 23ded480f1fe72792729d25d4c20c123c75f0029.