bio-blast-searches
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-metagenomics-kraken:Taxonomic 分类 of metagenomic reads ,使用 Kraken2。 Fast k-mer based 分类 against RefSeq database。 适合在performing initial taxonomic 分类 of shotgun metagenomic reads before abundance estimation ,支持 Bracken时使用。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-metagenomics-kraken
技能摘要
原始文档
kraken2 --db /path/to/kraken2_db
--memory-mapping \ # Use disk-based database
--output output.kraken
--report report.txt
reads.fastq.gz
## Save space by not writing per-read classifications
kraken2 --db /path/to/kraken2_db \
--report report.txt \
--report-zero-counts \ # Include taxa with 0 counts
reads.fastq.gz
kraken2 --db /path/to/kraken2_db
--classified-out classified#.fq \ # # replaced by 1/2 for PE
--unclassified-out unclassified#.fq
--output output.kraken
--report report.txt
--paired
reads_R1.fastq.gz reads_R2.fastq.gz
相关技能
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
bio-entrez-link:获取 linked records across NCBI Entrez databases。
bio-local-blast:Set up 、 run BLAST+ locally ,支持 custom databases。
bio-pathway-kegg-pathways:KEGG pathway 、 module enrichment analysis ,使用 clusterProfiler enrichKEGG 、 enrichMKEGG。 支持 400…