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
Use align_with_existing_indices() to eliminate redundant index building
- Switches from orchestrator.align() to align_with_existing_indices()
- Avoids rebuilding GDB/GIX indices for each pairwise alignment
- Changes min_identity default from 0.7 to 0.0 (use FastGA default)
- Significantly reduces I/O overhead in all-vs-all alignment scenarios
0 commit comments