poseidon-framework / poseidon-hs

A toolset to work with modular genotype databases in the Poseidon format
https://poseidon-framework.github.io/#/trident
MIT License
7 stars 2 forks source link

Encoding issue when writing .janno files #213

Closed nevrome closed 1 year ago

nevrome commented 1 year ago

The C14 lab number MAMS-47224  becomes MAMS-47224 , or more precisely "MAMS-47224\160" becomes "MAMS-47224\195\130\194\160". Maybe there are more of these encoding issues.

This issue seems to stem from encodeByNameWith from Data.Csv, which is called in writeJannoFile.

nevrome commented 1 year ago

Should be fixed in #220