Releases: Gaius-Augustus/learnMSA
v2.0.10
Added argument to specify the pLM cache dir --plm_cache_dir
. This is where learnMSA will download language model weights upon first use with --use_language_model
.
The following default behavior changed: Sequence weights are now used by default and the --sequence_weights option was removed. Instead, a --no_sequence_weights option exists to align without sequence weights (not recommended).
v2.0.9
v2.0.8
v2.0.7
v2.0.4
v2.0.3
v2.0.1
Added language model support (--use_language_model)
for significantly improved accuracy.
With this option, learnMSA aligns about 6% points more columns correct on average on HomFam benchmark than state-of-the-art tools including learnMSA without LM support.
v1.3.4
Added sequence cropping to accomodate very long outlies.
Previously, learnMSA would be very slow, if the input includes sequences many times longer than the average. This release provides a fix by implementing the command line option --crop x
to crop inputs longer than x (defaulting to 3 times the average). Cropping can be disabled (the original behavior) with --crop disable
.
Cropping does only affect model training, not the decoded MSA which will always respect the full input.