You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run bin/lambda3 -q /path/to/CAMI_plant_associated_sample0_10Mb.fasta -d /path/to/uniprot_sprot_20230713.lba.gz
You will see something like this:
LAMBDA - the Local Aligner for Massive Biological DatA
======================================================
Version 3.0.0
Reading index properties... done.
Detecting query alphabet... dna5 detected.
Checking memory requirements... met.
Loading Database Index... done.
Loading Query Sequences... done.
Searching and extending hits on-line...progress:
0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
|....:....:....:....:....:....:....:....:....:....|
Number of valid hits: 120549
Number of Queries with at least one valid hit: 16106
Since you did not specify it, the default output file name and format was used: output.m8.
Browse the output file with your editor of choice, or less on the command line:
NOTE: Because Lambda uses multiple threads by default, the output is not guaranteed to be in the same order (however matches of one query sequence always appear en-bloc and sorted by E-value).
SAM output and E-value cutoff
Follow above instructions, but choose .sam-format as output. Also use an E-value cutoff of 1e-4.
How would the command line look? [click to see]
`bin/lambda3 -q /path/to/CAMI_plant_associated_sample0_10Mb.fasta -d /path/to/uniprot_sprot_20230713.lba.gz -o output.sam -e 1e-4`
The program will now print:
LAMBDA - the Local Aligner for Massive Biological DatA
======================================================
Version 3.0.0
Reading index properties... done.
Detecting query alphabet... dna5 detected.
Checking memory requirements... met.
Loading Database Index... done.
Loading Query Sequences... done.
Searching and extending hits on-line...progress:
0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
|....:....:....:....:....:....:....:....:....:....|
Number of valid hits: 107983
Number of Queries with at least one valid hit: 14349
As you can see, the number of hits has been reduced slightly due to the more stringent cutoff.
View the output again to verify that it is beautiful SAM: