Skip to content

Bugfix msa mode

Workum, Dirk-Jan van requested to merge bugfix_msa_mode into master

By changing the commandline interface to picocli, a small bug was introduced in pantools msa: --mode no longer has any effect. This is caused by the code checking only upper case input but the cli providing any case. This small fix essentially makes the input always upper case so that the rest of the code can remain the same as before.

Merge request reports