bio-blast-searches
Run BLAST searches against local or remote databases for sequence homology.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Set up and run BLAST+ locally with custom databases.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-local-blast
Skill Snapshot
Source Doc
| Command | Query | Database | Description |
|---|---|---|---|
blastn | DNA | DNA | Nucleotide-nucleotide |
blastp | Protein | Protein | Protein-protein |
blastx | DNA | Protein | Translated query vs protein |
tblastn | Protein | DNA | Protein vs translated DB |
tblastx | DNA | DNA | Translated vs translated |
makeblastdb | - | - | Create BLAST database |
makeblastdb -in sequences.fasta -dbtype nucl -out my_db
makeblastdb -in proteins.fasta -dbtype prot -out my_proteins
Related skills
Run BLAST searches against local or remote databases for sequence homology.
Retrieve linked records across NCBI Entrez databases.
Taxonomic classification of metagenomic reads using Kraken2. Fast k-mer based classification against RefSeq database. Use when performing in…
KEGG pathway and module enrichment analysis using clusterProfiler enrichKEGG and enrichMKEGG. Use when identifying metabolic and signaling p…