InPreD / PRONTO

rePort geneRator fOr iNpred Tumor bOards
GNU General Public License v3.0
0 stars 4 forks source link

Encoding issue with PRONTO metadata input file #33

Closed tinavisnovska closed 4 months ago

tinavisnovska commented 6 months ago

Until v1.2.0 we did not have any issue with diacritic, but in v1.2.0 we've started to experience "ø" from the PRONTO metadata file to be printed in the output report as "ø" and I suspect that other Norwegian specific characters would get modified too. We use utf-8 encoding when creating PRONTO metadata file.

Just an idea: maybe specifying the PRONTO metadata file encoding in the Config/configure_PRONTO.ini file could resolve this issue for all the nodes (as the used encoding can be node specific but not too likely to change between different sequencing runs)?

xiaoliz0 commented 5 months ago

This is caused by the previous pull request from gertrudeln (https://github.com/InPreD/PRONTO/pull/28). Remove the "ISO-8859-1" from PRONTO.py script fixed the same issue in OUS. I will include the options of encoding into configure file. This will be done in the branch develop_OUS and ask for confirmation before releasing.

xiaoliz0 commented 4 months ago

The new function is implemented in develop_OUS.