You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iterated search mode (option --iterate) now uses a linear-time feature as the first search round.
Added the linclust command to cluster using only a single linear-time search round.
Fixed compiler errors on macOS.
Fixed a bug that caused invalid alignment traceback output for the DAA view workflow.
Added the merge-daa workflow to merge DAA files.
Fixed an error when using the --max-target-seqs/-k option for the DAA view workflow.
Removed AVX2 support from the Windows release binary to ensure compatibility with older systems.
Permitted the --ignore-warnings option for the cluster and deepclust workflows.
Use unlinked temporary files for database blocks in clustering workflows.
Fixed a bug that could cause invalid results when using a clustering step with linearization as the final round in combination with database processing in multiple super blocks.
The --lin-stage1 option can now be used without compilation using the -DEXTRA=ON cmake option.
Added the option to specify the _lin suffix for sensitivity keywords for the --iterate option to activate linear-time feature.
Added the option --linsearch to activate linear-time feature for the search workflows.
Fixed a bug that caused the ppos and positive output fields not to work for the realign workflow.
Fixed an issue that caused motif masking not to work when compiled with link time optimization.