windowmasker
next generation suite of BLAST sequence search tools
Install
- All systems
-
curl cmd.cat/windowmasker.sh
- Debian
-
apt-get install ncbi-blast+
- Ubuntu
-
apt-get install ncbi-blast+
- Kali Linux
-
apt-get install ncbi-blast+
- Fedora
-
dnf install ncbi-blast+
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncbi-blast+
- Raspbian
-
apt-get install ncbi-blast+
- Dockerfile
- dockerfile.run/windowmasker
ncbi-blast+
next generation suite of BLAST sequence search tools
The Basic Local Alignment Search Tool (BLAST) is the most widely used sequence similarity tool. There are versions of BLAST that compare protein queries to protein databases, nucleotide queries to nucleotide databases, as well as versions that translate nucleotide queries or databases in all six frames and compare to protein databases or queries. PSI-BLAST produces a position-specific-scoring-matrix (PSSM) starting with a protein query, and then uses that PSSM to perform further searches. It is also possible to compare a protein or nucleotide query to a database of PSSM’s. The NCBI supports a BLAST web page at blast.ncbi.nlm.nih.gov as well as a network service.