last-map-probs

genome-scale comparison of biological sequences

Install

All systems
curl cmd.cat/last-map-probs.sh
Debian Debian
apt-get install last-align
Ubuntu
apt-get install last-align
image/svg+xml Kali Linux
apt-get install last-align
Windows (WSL2)
sudo apt-get update sudo apt-get install last-align
Raspbian
apt-get install last-align

last-align

genome-scale comparison of biological sequences

LAST is software for comparing and aligning sequences, typically DNA or protein sequences. LAST is similar to BLAST, but it copes better with very large amounts of sequence data. Here are two things LAST is good at: * Comparing large (e.g. mammalian) genomes. * Mapping lots of sequence tags onto a genome. The main technical innovation is that LAST finds initial matches based on their multiplicity, instead of using a fixed size (e.g. BLAST uses 10-mers). This allows one to map tags to genomes without repeat-masking, without becoming overwhelmed by repetitive hits. To find these variable-sized matches, it uses a suffix array (inspired by Vmatch). To achieve high sensitivity, it uses a discontiguous suffix array, analogous to spaced seeds.