Skip to content

Version 3.0.0 [2023/07/25]

Latest
Compare
Choose a tag to compare
@h-2 h-2 released this 25 Jul 21:53
· 15 commits to lambda3 since this release
73f370d

This is the first release of the new lambda3 branch. It is much faster, offers new features but is not compatible to previous versions.

Version 3.0.0 [2023/07/25]

Features

  • New program mode for searching bisulphite data.
  • The nucleotide mode has received much more testing and optimisation.
  • Huge overhaul of the algorithm; Lambda3 is up to 3x faster than Lambda2 and uses less memory.
  • Use --profile fast or --profile sensitive to select finetuned parameter combinations that are faster or more sensitive than the default.

Compatibility

  • The command line interface is very similar to Lambda2's, but some options have been added and some removed.
  • The on-disk format of the index has changed. You need to recreate your index files or download new ones from the wiki. Indexes are now single files and may be used in compressed state.
  • GCC-11 or later and -std=c++20 is required to build.
  • Requires 64bit Intel or AMD CPU with SSE4 and POPCNT instructions.

Dependencies