-
Notifications
You must be signed in to change notification settings - Fork 20
lambda3 guide
Hannes Hauswedell edited this page Aug 26, 2024
·
3 revisions
This guide covers the most important differences between lambda2 (1.9 - 2.0.1) and lambda3 (3.0.0+).
The command line interface is mostly unchanged from the lambda2 branch. However, some advanced options have been removed, and several new options have been added.
- Added the bisulfite sub-programs (
lambda3 mkindexbsandlambda3 searchbs). - A
--bit-score VALUEoption was added which can be used additionally to the e-value option. To use only the bit-score threshold and ignore the e-value, also set--e-value -1. - Different presets/profiles are available with
--profile fastand--profile sensitive.
See the --advanced-help page for details.
- Indexes are now stored as single files with the
.lbaextension. - Compressed indexes are supported (
.lba.gz). They are decompressed implicitly.
If anything is unclear, don't hesitate to contact to me.