Skip to content

Releases: IntelLabs/Trans-Omics-Acceleration-Library

TAL v1.0

20 Nov 21:30
f4cdcf3
Compare
Choose a tag to compare

This is the first release of Trans-Omics Acceleration Library: a library containing key modules for Trans-Omics analysis that are optimized for Xeon CPUs.

This version provides the optimized versions of the following modules and applications:

  • FM-index based sequence search: exact search, inexact search and SMEM search.
  • Dynamic programming based sequence alignment: standard Smith Waterman algorithm and Banded Smith Waterman algorithm as used in BWA-MEM.
  • Dynamic programming based chaining algorithm as used in minimap2.
  • LISA: Learned Indexes for Sequence Analysis containing modules for enhancing FM-index based sequence search and replacing hash-table based k-mer lookup.
  • Minimizer lookup based on hash-table based k-mer lookup.
  • UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction.
  • Deep learning based denoising of ATAC-Seq data.