-
Notifications
You must be signed in to change notification settings - Fork 20
Frequently Asked Questions
Lambda has three modes:
- protein mode: all searches in protein databases (Uniprot, Uniref, …). Query sequences can be protein or DNA/RNA (WGS, WES, …). This covers the Blast programs BlastP, BlastX, TBlastN and TBlastX.
- nucleotide mode: searches of regular DNA/RNA sequences in DNA databases. This covers the Blast programs BlastN and Megablast.
- bisulfite mode: searches of bisulfite treated reads in DNA databases.
Lambda is tested mostly on Illumina short read data. The algorithm is currently not optimised for long-read data.
This depends on the dataset, the number of query sequences and the size of the database. We measured speed-ups of over 200x with the default profile and over 2000x with Lambda's fast profile.
The default profile should achieve 95-99% of the sensitivity, but this also depends on highly on the dataset. We recommend testing with a small sub-sample if the sensitive is absolutely crucial to you.
The more cores you have, the better! Memory requirements are about
The indexer has additional memory requirements.
If anything is unclear, don't hesitate to contact to me.