TimoLassmann/kalign

Many unwanted log messages are printed to stderr when using kalign as a library

Closed this issue · 1 comments

These messages are potentially confusing for users of downstream applications that incorporate kalign. The problem seems to come from this line:
https://github.com/TimoLassmann/kalign/blob/main/lib/src/aln_run.c#L915
Which escapes the quiet mode parameter that's set here:
https://github.com/TimoLassmann/kalign/blob/main/lib/src/aln_wrap.c#L28

Well spotted! I removed the line in aln_run in the latest commit.