DKMS / Hapl-o-Mat

A software for haplotype inference
Other
11 stars 7 forks source link

Problem when parsing parameters file #10

Closed kantale closed 3 years ago

kantale commented 4 years ago

There is an issue when parsing parameters file:

This is ok

FILENAME_INPUT=test.txt

But this is not!

FILENAME_INPUT=test.txt   

The difference is that there are some extra spaces at the end of the line

sauter commented 4 years ago

Ok, we'll have look into that.

usolloch commented 3 years ago

We have addressed this issue with the last update (Update for EFI2021). Hapl-o-Mat now ignores trailing space characters.