数据与复现科研数据库FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-local-blast

维护者 FreedomIntelligence · 最近更新 2026年4月1日

bio-local-blast:Set up 、 run BLAST+ locally ,支持 custom databases。

OpenClawNanoClaw选题发现数据建库bio-local-blast🧠 bioos extended suitebioos extended bioinformatics suiteset

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-local-blast

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 运行 BLAST searches locally ,使用 NCBI BLAST+ command-line tools。
  • sudo apt install ncbi-blast+。

原始文档

SKILL.md 摘录

BLAST+ Programs

CommandQueryDatabaseDescription
blastnDNADNANucleotide-nucleotide
blastpProteinProteinProtein-protein
blastxDNAProteinTranslated query vs protein
tblastnProteinDNAProtein vs translated DB
tblastxDNADNATranslated vs translated
makeblastdb--Create BLAST database

Create nucleotide database

makeblastdb -in sequences.fasta -dbtype nucl -out my_db

Create protein database

makeblastdb -in proteins.fasta -dbtype prot -out my_proteins

适用场景

  • Use bio-local-blast in 科研工作流 aligned ,支持 this subject area。
  • Follow upstream documentation ,用于 full working procedure。

不适用场景

  • Do not assume this entry replaces original database documentation 或 API notes。

上游相关技能

  • blast-searches - Remote BLAST via NCBI (no installation needed)
  • sequence-io - Read/write FASTA files for queries
  • batch-downloads - Download sequences to build local databases

相关技能

相关技能

返回目录
BI
数据与复现科研数据库

bio-blast-searches

bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-entrez-link

bio-entrez-link:获取 linked records across NCBI Entrez databases。

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-metagenomics-kraken

bio-metagenomics-kraken:Taxonomic 分类 of metagenomic reads ,使用 Kraken2。 Fast k-mer based 分类 against RefSeq database。 适合在p…

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-pathway-kegg-pathways

bio-pathway-kegg-pathways:KEGG pathway 、 module enrichment analysis ,使用 clusterProfiler enrichKEGG 、 enrichMKEGG。 支持 400…

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看