Skip to content

lambda3 guide

Hannes Hauswedell edited this page Jul 10, 2023 · 3 revisions

This guide covers the most important differences between lambda2 (1.9 - 2.0.1) and lambda3 (3.0.0+).

Command line interface

The command line interface is mostly unchanged from the lambda2 branch. However, some adcanced options have been removed, and several new options have been added.

  • Added the bisulfite sub-programs (lambda3 mkindexbs and lambda3 searchbs).
  • A --bit-score VALUE option was added which can be used additionally e-value option. To ignore the e-value when using a bit-score threshold, set --e-value -1.
  • Different presets/profiles are available with --profile fast and --profile sensitive.

See the --advanced-help page for details.

Databases and Indexes

  • Indexes are now stored as single files with the .lba extension.
  • Compressed indexes are supported (.lba.gz). They are decompressed implicitly.

Clone this wiki locally