This is a minor update to NovelTree
including two small changes:
- An updated version of
ClipKit
(v2.1.1) is now implemented for a performance boost when using it to conduct alignment trimming/cleaning. - We have substantially simplified and pared down the model to download UniProt annotations through the API. Previously we included many optional return fields - however, some of these return fields became deprecated by UniProt, leading the
COGEQC
module to fail. We now only include the table return fields required to conduct MCL clustering inflation parameter selection by theCOGEQC
module.