eQTL-Catalogue / qtlmap

Portable eQTL analysis and statistical fine mapping workflow used by the eQTL Catalogue
http://www.ebi.ac.uk/eqtl/
MIT License
45 stars 13 forks source link

The position field in finemapping results is double instead of integer #17

Closed kerimoff closed 10 months ago

kerimoff commented 2 years ago

The finemapping result (e.g. .purity_filtered.txt.gz) writing the position field as double instead of integer. When the position ends with multiple zeros (e.g.8000000) it is written into the file as 8e+06 see the screenshot below

image

It should be fixed, and written as 8000000 instead of 8e+06