Expand description
The collection of the most fundamental components to execute the SigAlign algorithm.
The purpose of sigalign-core is to hide the complexity of the detailed implementation of the SigAlign algorithm.
sigalign-coreallows for lower-level control compared tosigaligncrate.sigalign-corecan be used to perform more optimized alignment for specific tasks.- Implementations for traits such as
SequenceStorageandPatternIndexare required (manually or by usingsigalign-impl).
- Implementations for traits such as
sigalign-coredoes not have user-friendly interfaces implemented insigalign.